Difference between revisions of "Browser Cache"

From PKC
Jump to navigation Jump to search
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: [https://support.mozilla.org/en-US/questions/905902 Turn off cache in Firefox]
=Firefox=
*Safari: [https://nicholasbering.ca/tools/2016/10/09/devtools-disable-caching/ Disabling cache in Safari in menu '''Develop''']
type in the address bar '''about:config'''
*Chrome: [https://threejs.org/manual/#en/debugging-javascript Diabling cahche for Chrome on Three.js]
then press the button '''Accept the risks associated'''
*Opera: [https://forums.opera.com/topic/25089/disabling-cache-in-51-0/3 Disable cache in Opera]
 
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]
 
=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]

Revision as of 03:15, 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 risks associated

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 Turn off cache in Firefox

Safari

See Disabling cache in Safari in menu Develop

Chrome

See Diabling cahche for Chrome on Three.js

Opera

See Disable cache in Opera