Top "Cache-control" questions

The HTTP `Cache-Control` header specifies directives which override default HTTP caching behaviour.

HTTP "Expires" header does not work in Chrome

My system is Windows 7 x64, Chrome 20.0.1132.57 m. In my HTTP response header, I have: Cache-Control: public, max-age=1000 Expires: *some date* …

google-chrome http-headers cache-control
How to set no cache on only the index.html page in NGINX

My current project is almost working with the following configuration: root %%COMP_WEB_ROOT; # COMP Static File serving location /comp { …

caching nginx cache-control
AWS CloudFront Leverage browser caching

does anyone know how to set up CloudFront Caching correctly? I've got a Jekyll website in S3 and CloudFront set …

amazon-web-services amazon-s3 amazon-cloudfront cache-control
How does a HTTP 1.1 server respond to a HTTP 1.0 request?

How does HTTP 1.1 server should respond to a HTTP 1.0 request for headers like Pragma : no-cache which are supported in HTTP 1.0 …

http http-headers protocols cache-control http-1.1
Cached, PHP generated Thumbnails load slowly

Question Part A ▉ (100 bountys, awarded) Main question was how to make this site, load faster. First we needed to read …

php performance .htaccess cache-control
How to set Cache Control to no-cache in Tomcat 7?

I am trying to set the Cache Control for Tomcat 7 to the no-cache option. I have tried to use the …

tomcat caching tomcat7 cache-control no-cache
Netlify Headers Cache Control For Static Assets

Is it possible to have Cache Control but only for static assets like image, font, css and js? Here's my …

http-headers cache-control netlify
What are possible techniques to cache an Ajax response in Javascript?

I am implementing a Javascript module manager that loads javascript files via XHR object. The problem of this method is …

javascript ajax caching browser-cache cache-control