Skip to content

Instantly share code, notes, and snippets.

@stolendata
Created December 9, 2022 19:52
Show Gist options
  • Save stolendata/c60270245e9f6ad36273b20c29a43324 to your computer and use it in GitHub Desktop.
Save stolendata/c60270245e9f6ad36273b20c29a43324 to your computer and use it in GitHub Desktop.
Disable disk cache in Firefox

Go to the Privacy & Security configuration panel and clear all cached web content, then go to the advanced configuration panel - by entering about:config in the address bar - and change as follows:

browser.cache.disk.enablefalse

browser.cache.disk.smart_size.enabledfalse

browser.cache.disk_cache_sslfalse

browser.cache.offline.enablefalse

browser.cache.memory.enabletrue

browser.cache.memory.capacity250000 (value is in KB so 250000 is approximately 250 MB)

browser.privatebrowsing.forceMediaMemoryCachetrue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment