New to Rails 3? Check out the Ruby on Rails 3 Tutorial book and screencast.

A book and screencast series showing you how to develop and deploy industrial-strength Rails apps in a direct, step by step way. The screencast series includes 12 lessons over more than 15 hours! Get the best "over the shoulder" experience of following what a top Rails 3 developer does when building an app today. Click here to learn more.

Page Caching Enhancements

In Deployment, Tips

For anyone who's struggled at how to obtain the maximum performance in a Rails application on limited hardware- the good guys over at Rails Spikes have posted an informative article with some tips on implementing page caching in a Rails application while still maintaining some flexibility.

They include tips such as using the Cacheable Flash plugin, using will_paginate with page caching, and expiring page caches by time instead of with explicit expiration.

Post to Twitter Tweet This Post

Vaguely Related Posts (Usually)

Leave a Reply