public marks

PUBLIC MARKS with tags caching & performance

2009

Optimize caching

by karlcow

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.

2006

PUBLIC TAGS related to tag caching

filters +   java +   Servlet +   web +  

Active users

karlcow
last mark : 15/10/2009 01:53

fakechris
last mark : 18/06/2006 03:03

dcancel
last mark : 02/06/2006 20:43

zboog
last mark : 09/02/2006 22:48