PUBLIC   marks

PUBLIC MARKS with tag caching

Sponsorised links

This year

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.

Sponsorised links

2008

2007

Koz Speaks — Random Musings on Technology

by Xavier Lacot & 2 others
Expiry is a Pain. If you could somehow avoid expiring all the ‘stuff’ you’re caching, your life would be much much easier. The key to getting away with this is to pick a key which completely encapsulates the resource you’re caching, and also ensures that if anything relevant changes, the key changes.

Implementing Caching in ASP.NET

by ERSWeb
For more scalable web apps in .Net

2006

memcache-client

by dcancel
Fast replacement memcached lib for Ruby

Robot Coop: Ruby Libraries

by dcancel
memcached, webbrick and other libs

PUBLIC TAGS related to tag caching

no tag

Sponsorised links