I don't even use this browser normally, just for testing purposes, and the directory size of "Chrome" in "AppData\Local\Google" is like 500 MB.
Is there a way I can disable page cache in Chrome?
|
I don't even use this browser normally, just for testing purposes, and the directory size of "Chrome" in "AppData\Local\Google" is like 500 MB. Is there a way I can disable page cache in Chrome?
| ||||
|
feedback
|
|
You can clear the cache regularly. Wrench icon > Options > Under the hood > Clear browsing Data or Wrench Icon > Tools > Clear browsing Data Once the cache is cleared use Incognito mode to disable caching while browsing.
Some other suggestion here for normal mode, not sure if any of them work. | ||||
|
feedback
|
|
Temporary Clearing If you hit The other option is hit F12 to reveal the developer panel and then hit the gear in the corner
| |||
|
feedback
|
|
You can limit the disk cache size with a very small number (say, 1 byte) with an option: --disk-cache-size=N Where 'N' is the cache size limit, in bytes Perhaps, another option is also useful for a similar purpose: --media-cache-size=1 I've tried --disk-cache-size=1 in my Chromium 17.0.963.1 (under Linux), and it has an effect: the size of the cache dir has reduced tremendously! (Now I wonder whether it's possible to put this option into a configuration file, preferrably system-wide one -- so that it will be the default without me having to replace the menu and/or hiding the executable with my own script with this option. I would like it as a default on my system as a measure for more effective usage of my SSD.) | ||||
|
feedback
|