There’s been many articles written about how to properly implement static asset caching over the years and the best practices boil down three things.
- Make sure the server is sending RFC compliant caching headers.
- Send long expires headers for static assets.
- Use version numbers in asset paths so that we can precisely control expiration.
Continue reading Static Asset Caching Using Apache on Heroku