45
Pro-caching techniques
Cache-Control: max-age=<bignum>
Expires: <10 years into future>
Generate “static content” headers
Last-Modified, ETag
Content-Length
Avoid “cgi-bin”, “.cgi” or “?” in URLs
Some proxies (e.g. Squid) won’t cache
Workaround: use PATH_INFO instead