Aggresive caching with nginx and the Rails asset pipeline
In this post, I explain how to cache your Rails assets properly using nginx. This is one of the easiest and most effective performance optimizations you can make for you app, and can reduce page load times by seconds(!) on high latency connections.
Post a comment