Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

Firefox cache buggy

  • 5 respostas
  • 1 tem este problema
  • 8 visualizações
  • Última resposta por 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 ??

Todas as respostas (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.