New issue 84913 by laboboL...@gmail.com: "Waiting for Cache" Chrome use the
hard drive far too much
http://code.google.com/p/chromium/issues/detail?id=84913
Chrome Version : 13.0.781.0
OS Version: 6.1 (Windows 7, Windows Server 2008 R2)
What steps will reproduce the problem?
1.
Use chromium on a use thumb drive to feel the slow pain
What is the expected result?
Chrome using the ram to store the cache
What happens instead?
Chrome bugs the hard drive for everything.
Which we all know will cause slowdowns (latency) because hard drives are
much slower then ram
Comment #1 on issue 84913 by rds...@chromium.org: "Waiting for Cache"
Chrome use the hard drive far too much
http://code.google.com/p/chromium/issues/detail?id=84913
(No comment was entered for this change.)
> If you want a memory only cache, you could use an incognito window.
Thanks for the tip, i didn't know that. I will try it out.
How about adding a cmdline switch that tells chrome to load in the cache to
memory (lab experiment) ?
Chrome's caching could be a lot better and faster.