搜尋 Mozilla 技術支援網站

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

Learn More

Disabled cache not working

more options

Cache is not being disabled even with the developer toolbox open and the setting set to not cache files when toolbox is open. Also plugins to turn caching on and off are no longer working properly. Having to use ctrl+f5 multiple times to view updated assets while developing.

Cache is not being disabled even with the developer toolbox open and the setting set to not cache files when toolbox is open. Also plugins to turn caching on and off are no longer working properly. Having to use ctrl+f5 multiple times to view updated assets while developing.

所有回覆 (3)

more options

You could try these global settings:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful or accepting the risk.

(2) In the search box above the list, type or paste cache and pause while the list is filtered

(3) Double-click the browser.cache.disk.enable preference to switch the value from true to false

(4) Double-click the browser.cache.memory.enable preference to switch the value from true to false

(5) In the search box above the list, type or paste viewer and pause while the list is filtered

(6) Double-click the browser.sessionhistory.max_total_viewers preference and edit its value from -1 to 0 (that's a zero) to disable "fast back-forward" page caching

Does that do it?

more options

I had a similar problem but then found I was looking at the wrong version of the web site?

由 WestNab 於 修改

more options

The only bit that hadn't been set as per steps above was the browser.sessionhistory.max_total_viewers. The browser is still caching files when it shouldn't and you shouldn't have to go into the hidden config settings when there is a checkbox is dev tools that you select which "should" turn off cache and its not doing so.