Why is firefox not image caching?

EDIT: The answer is below.

For several days I tried to understand why Mozilla Firefox does not constantly extract images from its cache, but does not extract new copies every time I reload the page.

Google Chrome did not seem to have this problem, but this is because updating a page in Chrome does NOT force images to reload (unless CTRL-F5 is used).

Below I answered my question and added additional information, which I hope will save someone else some time to solve this problem.

+5
source share
1 answer

, , . , , , !

, , , , :

  • "Cache-Control" .
  • "" - , . (, Thu, 21 Jun 2012 06:20:49 GMT)
  • "Last-Modified" , "".
  • "Content-Disposition" "attachment;"

, , - , , :

  • F5, , , Firefox , . , , ( ).
  • about: config ( ) browser.cache.memory.enable = true browser.cache.disk.enable = true
+16

All Articles