Google Chrome - Clear Cache for Specific Website
--
Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game Looping
--
Chapters
00:00 Question
01:02 Accepted answer (Score 335)
01:42 Answer 2 (Score 13)
02:05 Answer 3 (Score 9)
03:13 Answer 4 (Score 5)
03:41 Thank you
--
Full question
https://superuser.com/questions/721692/g...
Answer 1 links:
[Chrome Reference]: https://developers.google.com/chrome-dev...
[Firefox Reference]: http://support.mozilla.org/en-US/kb/keyb...
[Internet Explorer reference]: http://support.microsoft.com/kb/306832
Answer 2 links:
https://stackoverflow.com/a/14969509/363...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#googlechrome #browsercache
#avk47
ACCEPTED ANSWER
Score 337
@dwurf Ctrl Shift + F5/R is Hard Reload, doesn't empty cache.
There is a simple way to do what OP wants:
Open Dev Tools by pressing: F12 or Ctrl+Shift+I (or on Mac: Opt+Cmd+I)
Now by just leaving dev tools open, right-click or click and hold the reload button next to the address bar. Now a somewhat 'hidden menu' opens.
Choose: "Empty Cache and Hard Reload"
ANSWER 2
Score 14
Ctrl+F5 reloads the page without using the local cache.
Ctrl+Shift+R also works, but not in IE
ANSWER 3
Score 9
In the Chrome DevTools settings/preferences there is an option under "Network":
Disable cache (while DevTools is open)
You can open that, and reload the webpage without the cache.
I had a frustrating situation where a HTTP redirect was cached, so I couldn't just refresh. Opening the DevTools with the "Disable cache..." option open and re-entering the URL was the only thing I could figure out other than doing into the regular Chrome preferences and deleting the cache there (significantly more difficult)
For the record, having the DevTools open also enables a 3rd option on the refresh button (right-click) context menu:
- Normal Refresh
- Hard Refresh
- Empty Cache and Hard Reload (careful, this clears your whole cache)
There is a good explanation of what these options mean here: https://stackoverflow.com/a/14969509/363701
Its worth noting that clearing the cache does not clear the History.
ANSWER 4
Score 1
[Quick Answer]
Dev tool (Ctrl+Shift+i) or in some cases using F12 | Network | Check Disable cache