Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Website not loading after fire fox version upgrade to 57. We have enable browser cache

  • 4 réponses
  • 2 ont ce problème
  • 3 vues
  • Dernière réponse par cor-el

more options

Hi,

I have an angular 1 app. We enable browser caching for Js, CSS, Html and images files. The App loads files from the cache, once it cached, for returning users. Everythings are working fine before FF version 57. After the update, there is no issue for the new user (the user who browse the App for the first time). But there are problems for returning users (the user who previously browse the App). As the problem arises for returning users and for the returning users files are loaded from cache, We conclude that cached file may be got crashed during FF version update transition (from lower version to 57 version). Please suggest

Hi, I have an angular 1 app. We enable browser caching for Js, CSS, Html and images files. The App loads files from the cache, once it cached, for returning users. Everythings are working fine before FF version 57. After the update, there is no issue for the new user (the user who browse the App for the first time). But there are problems for returning users (the user who previously browse the App). As the problem arises for returning users and for the returning users files are loaded from cache, We conclude that cached file may be got crashed during FF version update transition (from lower version to 57 version). Please suggest

Toutes les réponses (4)

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

Hi, what you suggested, is a manually removing cached file for a particular system. My App is in production and used by many users, we can't ask users to do so. The issue started coming, once returning user's FF updated to version 57. So please provide a generic solution if possible.

more options

The cache is used to store information sent by websites. If removed, the data is re-downloaded from the source.

more options

If there is a problem with the cache then maybe send involved files with a no-cache header or let files expire quicker.

The normal way for a user would be to reload and bypass the cache to refresh possibly outdated or corrupted files.

  • hold down the Shift key and left-click the Reload button
  • press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
  • press "Command + Shift + R" (Mac)