Mark Nottingham, the author of the ATOM specification, provides an indepth tutorial on web caching.
Tag Archives: caching
Site performance through HTTP Caching
Great article on the different types of HTTP caching and the benefits to site speed performance.
URL: http://betterexplained.com/articles/how-to-optimize-your-site-with-http-caching/
Reducing HTTP requests for boilerplate images
Multiple images being loaded in a CSS file can be mitigated (for modern browsers) using Data URIs. This is one of the better articles explaining the process and links to an online converting tool.
URL: http://www.7cynics.com/webdesign/css/css-inline-images-data-uri.html
Complete Guide to Caching
Comprehensive tutorial on web caching with tips that help optimizing for speed.