I checked my site with Firebug: Each time I reload the page, all resources are loaded again. (I am NOT by clicking "reload" in the browser, but using a link on the homepage leading to the homepage)
Just to pick an example: base.css gives a "200 ok" status each time I load the page.
The response header says:
Cache-Control max-age=5184000, private
Last-Modified 10 Feb 2012 20:00:00 GMT
From all that I have read upto now, this should be sufficient to make the browser cache this file.
I checked this with two different versions of Firefox on two different machines - but with the same result.
What is missing to make the browser cache the file?
confusingly enough, with about:cache, I can see that the browser has put base.css into its disk-cache and increments the fetch count every time I reload the page. Is firebug playing a prank on me?
