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

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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

  • 4 个回答
  • 2 人有此问题
  • 29 次查看
  • 最后回复者为 cor-el

更多选项

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)

更多选项

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.

更多选项

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.

更多选项

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

更多选项

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)