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“.

Learn More

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

  • 4 Antworten
  • 2 haben dieses Problem
  • 4 Aufrufe
  • Letzte Antwort von 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

Alle Antworten (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)