Chrome/Chromium/Opera 15+ extension to enhance cache usage.
This extension enhances the re-use of already downloaded images/scripts etc. thus speeds up loading of pages significantly. Just install this extension and enjoy faster surfing.Most web pages include resources that change infrequently, such as CSS files, image files, JavaScript files, and so on. These resources take time to download over the network, which increases the time it takes to load a web page. HTTP caching allows these resources to be saved, or cached, by a browser or proxy. Once a resource is cached, a browser or proxy can refer to the locally cached copy instead of having to download it again on subsequent visits to the web page. Thus caching is a double win: you reduce round-trip time by eliminating numerous HTTP requests for the required resources, and you substantially reduce the total payload size of the responses. Besides leading to a dramatic reduction in page load time for subsequent user visits, enabling caching can also significantly reduce the bandwidth and hosting costs for your site.
https://developers.google.com/speed/docs/best-practices/caching.