: Set cache control from WAMP such that Firefox reports cached pages in the primed cache report So I tried to allow cache by using <meta http-equiv="Cache-control" content="public, max-age=31536000">
So I tried to allow cache by using
<meta http-equiv="Cache-control" content="public, max-age=31536000">
but I'm not sure if the content of my pages are actually being cached. Although I receive a 304 code in Firefox Network Monitor, I get 0 cached responses in primed cache. I should be seeing something like this
This article explains what is see in the network monitor for other sites.
What I am doing wrong? Is this something I must activate in WAMP? Or I must improve something in the tag? I also tried:
header("cache-Control:public, max-age=31536000");
header("last-modified: Thu, 04 Sep 2014 03:30:00 GMT");
and
header("cache-Control:public");
header("last-modified: Thu, 04 Sep 2014 03:30:00 GMT");
More posts by @Smith883
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.