搜索 | 用户支持

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

Learn More

How do I totally disable all caching in Firefox

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

more options

What is the quickest and easiest way to disable all memory and disk caching in Firefox for the Mac, even after I have re-opened the browser? I'm a web developer who uses FF to test my websites. I need to be able to ensure that when I'm building a webpage and I refresh the page, I'm seeing whatever changes I've just made to the page rather than seeing the cached version of the page. Thanks.

What is the quickest and easiest way to disable all memory and disk caching in Firefox for the Mac, even after I have re-opened the browser? I'm a web developer who uses FF to test my websites. I need to be able to ensure that when I'm building a webpage and I refresh the page, I'm seeing whatever changes I've just made to the page rather than seeing the cached version of the page. Thanks.

所有回复 (2)

more options

You could try this:

(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 cach*enab 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) Double-click the browser.cache.offline.enable preference to switch the value from true to false

To view current cache contents to see whether anything is added or changed after that, you can type or paste about:cache in the address bar and press Enter to load that page.

Does it do what you need?

more options

Note that the developer tools have a setting to disable the HTTP cache while this toolbox is open.