Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

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.

Toutes les réponses (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?

Modifié le par 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.