New Articles
from around the Web
-
Ruby on Rails: scaling to 1 billion page views per month
LinkedIn's "Bumpersticker" Facebook application delivers more than 1 billion page views per month and is written in Rails.
-
Chatting with Blaine Cook (Twitter)
Interview with Blaine Cook, after his departure from Twitter, which discusses some of the issues that Twitter struggled with.
-
Is twitter still the biggest rails site?
An excellent discussion of the scale of various Rails sites, with some useful data in the comments from people involved in the various sites.
-
Announcing Palmist
A tool for finding and fixing MySQL bottlenecks in Ruby on Rails applications
- Plugins - Seamless Database Pool
-
Rails Asset Cache
Using the Rails 2.0 asset cache option to improve page load times by combining css and JavaScript files.
- Nimble Method: Guerrilla's Guide to Optimizing Rails Applications
-
Rails on the Run
Interesting write-up about a mad dash to get GumGum ready for a mention on TechCrunch.
- Friends for Sale Architecture - A 300 Million Page View/Month Facebook RoR App
- Optimization Tips: Ruby on Rails and MySQL
- Bamboo Blog - Database Optimization for Rails Apps
Related Books
Practical REST on Rails 2 Projects
How to create and consume web services using Ruby on Rails 2.0 and RESTful design. Includes client examples in JavaScript,
List: $42.99 Amazon price: $28.37
Buy
Links by Type
Software (6)
- Blazing fast page loads through bundled CSS and Javascript
Plugin that bundles multiple CSS and JavaScript files into a single pair of files to improve page rendering times.
- How to Stress or Load Test in Ruby on Rails
Listing of stress and load testing tools that are useful with Ruby on Rails (and other) web applications.
- Log Juicer - Squeeze something from your Rails logs
- MOle: Project Info
Mole is a gem that instruments your application and stores usage and performance information in the database.
- production_log_analyzer
Gem for analyzing Rails production logs to find the slow parts of your code.
- Rails Analyzer
Doesn’t appear to have been updated in a while, but still lots of logging/analysis tools to check out.
Screencasts (1)
Presentation Slides (1)
- A Small Talk on Getting Big
Talk from RailsConf Europe 2007 on scaling Rails applications, based on the Twitter experience.
e-Books (1)
- Using memcached
Guide to using memcached, an in-memory object caching system.
Top Blogs
-
RailsExpress.blog
Blog on Rails performance tuning, from the author of the railsbench gem.
- dormando