This document summarizes tips for optimizing the performance of Rails applications using asset CDNs and the Unicorn web server. It discusses using Amazon S3 and CloudFront for caching and delivering assets to improve load times. It also explains how to configure Unicorn to handle requests concurrently across worker processes to better utilize dyno resources on Heroku. Benchmark tests show these approaches reduced load times and increased the number of concurrent requests applications can handle.
Related topics: