Fox Browser cache is difficult to clear, and using Ctrl+F5 Ctrl+R and other shortcut keys in Google and IE browsers are useless.
Clearing the cache in Firefox is troublesome. The default shortcut keys Ctrl + Shift + Del are used to selectively clean pop-up windows. You also have to click a button to select. This is very inconvenient and unscientific in web development and debugging.
Firefox needs to enter its parameter settings to set up local non-caching:
Enter in the Firefox address bar: about:config
1. Find the browser.cache.check_doc_frequency option, double-click it and change 3 to 1
2. Find browser.cache.disk.enable and change true to false
3. Find browser.cache.memory.enable and change true to false