Tuesday, 1 September 2015

How to Disable Cache in FireFox and Crome?

In Firefox

type in the address bar about:config
then press the button i'l be careful i promise
then type in the bar browser.cache.disk.enable
then double click on it, to make it false
do the same with browser.cache.memory.enable

In Crome

The Chrome DevTools can disable the cache.

Right-click and "Inspect Element" to open them. Now click Network in the toolbar. Then check the "Disable cache" checkbox at the top.

There is another option too.

  • Pull up the Chrome developer console by pressing F12 and then (with the console open)
  • Right click (or hold left click) on the reload button at the top of the browser and select "Empty Cache and Hard Reload."

No comments:

Post a Comment