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

Mozilla サポートの検索

サポート詐欺に注意してください。 私たちはあなたに通話やショートメッセージの送信、個人情報の共有を求めることはありません。疑わしい行為を見つけたら「迷惑行為を報告」からご報告ください。

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Instructions for turning off cache are wrong. Do not have network.http.use-cache

  • 4 件の返信
  • 3 人がこの問題に困っています
  • 165 回表示
  • 最後の返信者: Charles8

more options

I am trying to turn off my cache settings.

The instructiuons given tell us to set 'network.http.use-cache in about:config.

I have tried that, and that Preference name no longer exists.

How is this achieved?

I need this for Automation Testing. Currently, cached data casuses tests to fail.

I am trying to turn off my cache settings. The instructiuons given tell us to set 'network.http.use-cache in about:config. I have tried that, and that Preference name no longer exists. How is this achieved? I need this for Automation Testing. Currently, cached data casuses tests to fail.

選ばれた解決策

Would you do this please :

Type in the address bar about:config and press Enter (promise to be careful, if asked)

Type in the search bar : browser.cache

And look for the preferences :

browser.cache.disk.enable and browser.cache.memory.enable

Change their values to false

Then close and restart Firefox.

Note : It's best not to set "browser.cache.memory.enable" to "false" when you use Private Browsing mode, as this might cause performance issues.

この回答をすべて読む 👍 0

すべての返信 (4)

more options

選ばれた解決策

Would you do this please :

Type in the address bar about:config and press Enter (promise to be careful, if asked)

Type in the search bar : browser.cache

And look for the preferences :

browser.cache.disk.enable and browser.cache.memory.enable

Change their values to false

Then close and restart Firefox.

Note : It's best not to set "browser.cache.memory.enable" to "false" when you use Private Browsing mode, as this might cause performance issues.

more options

network.http.use-cache is a pref in older versions of Firefox. So that article is incorrect or not written for the Quantum version of Firefox 57+.

more options

You should leave the memory cache enabled. Firefox needs some caches in order to work properly. If you want to disable the disk cache then you can consider to use Private Browsing mode. Otherwise you can set the disk cache to a low setting like 50 MB via browser.cache.disk.capacity. You can check the current cache usage on the about:cache page.

The network.http.use-cache pref was removed in Firefox 43 because disabling the cache broke things in Firefox.

この投稿は cor-el により に変更されました

more options

cor-el said

You should leave the memory cache enabled. Firefox needs some caches in order to work properly. If you want to disable the disk cache then you can consider to use Private Browsing mode. Otherwise you can set the disk cache to a low setting like 50 MB via browser.cache.disk.capacity. You can check the current cache usage on the about:cache page. The network.http.use-cache pref was removed in Firefox 43 because disabling the cache broke things in Firefox.

This is a rubbish suggestion, js etc is still cached in private browsing!!