搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

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

  • 4 回覆
  • 2 有這個問題
  • 4 次檢視
  • 最近回覆由 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

所有回覆 (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)