caching - Chrome doesn't cache images/js/css -
When Chrome loads my website, it checks for the updated versions of the files before checking the server (Images / JavaScript / CSS) It gets 304 from the server because I never edit external JavaScript, CSS or images.
What I have to do, it also displays images without checking the server. / P>
Here are the headers:
Connection: Maintenance date: Tuesday, 03 August 2010 21:39:32 GMT ETag: "2792c73-b1-48cd0909d96ed" termination : Thursday, 02 September 2010 21:39:32 GMT Server: Apache / NGX / Varnish
How do I check this server?
What do your request headers look like?
Chrome will set the maximum age at the cache-control header of the request: 0 If you go to your page using a hyperlink, then it should use the expected cache.
Comments
Post a Comment