Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

Firefox cache buggy

  • 5 Antworten
  • 1 hat dieses Problem
  • 2 Aufrufe
  • Letzte Antwort von FredMcD

more options

Hello, Since v80 cache is completly buggy. It don't refresh pages when it changes. For me it's a bug and many of our customers working with Firefox have the same problem.

Working in websites backoffice (Joomla, Prestashop, etc ...) is now almost impossible ! We have to use CTRL-F5 each time we load or relaod a page ...

Is Mozilla technical team aware of this problem ??

Hello, Since v80 cache is completly buggy. It don't refresh pages when it changes. For me it's a bug and many of our customers working with Firefox have the same problem. Working in websites backoffice (Joomla, Prestashop, etc ...) is now almost impossible ! We have to use CTRL-F5 each time we load or relaod a page ... Is Mozilla technical team aware of this problem ??

Alle Antworten (5)

more options

And disabling browser.cache.disk change nothing ...

more options

Location of the cache/cache2 folder; Windows: *C:\Users\<user>\AppData\Local\Mozilla\Firefox\Profiles\<profile>\ Mac: ~/Library/Caches/Firefox/Profiles/ Linux: ~/.cache/mozilla/firefox/

Close Firefox. Open your file browser to the above, and remove the folder.

more options

I done it but it change nothing ...

more options

On our side we have reviewed and modified cache policy on our servers.

Nginx config was changed from this :

map $sent_http_content_type $expires {

  default                    31d;
  text/css                   90d;
  text/js                    120d;
  application/javascript     120d;
  ~image/                    90d;

}

To this :

map $sent_http_content_type $expires {

  default                    off;
  text/html                  epoch;
  text/css                   max;
  text/js                    max;
  application/javascript     max;
  ~image/                    max;

}

It seems to solve the problem ... BUT now we have no more HTML elements cached by browser :/

more options

I called for more help.