Difference between revisions of "Browser Cache"
Jump to navigation
Jump to search
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
Each browser's cache controlling mechanism is diffrerent from the others: | Each browser's cache controlling mechanism is diffrerent from the others: | ||
=Firefox= | |||
type in the address bar '''about:config''' | |||
*Chrome | then press the button '''Accept the Risk and Continue''' | ||
then type in the bar '''browser.cache.disk.enable''' | |||
then double click on it, to make it false | |||
exit firefox and restart-it. | |||
do the same with browser.cache.memory.enable | |||
See [https://support.mozilla.org/en-US/questions/905902 Turn off cache in Firefox] | |||
=Edge= | |||
Just type in the address bar '''edge://settings/clearBrowserData''' | |||
then, follow the instructions | |||
=Safari= | |||
See [https://nicholasbering.ca/tools/2016/10/09/devtools-disable-caching/ Disabling cache in Safari in menu '''Develop'''] | |||
* | |||
=Chrome= | |||
See [https://threejs.org/manual/#en/debugging-javascript Diabling cahche for Chrome on Three.js] | |||
=Opera= | |||
See [https://forums.opera.com/topic/25089/disabling-cache-in-51-0/3 Disable cache in Opera] |
Latest revision as of 04:36, 7 January 2022
Each browser's cache controlling mechanism is diffrerent from the others:
Firefox
type in the address bar about:config then press the button Accept the Risk and Continue
then type in the bar browser.cache.disk.enable
then double click on it, to make it false
exit firefox and restart-it.
do the same with browser.cache.memory.enable
Edge
Just type in the address bar edge://settings/clearBrowserData then, follow the instructions
Safari
See Disabling cache in Safari in menu Develop
Chrome
See Diabling cahche for Chrome on Three.js