Google Chrome - Clear Cache for Specific Website
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Flying Over Ancient Lands
--
Chapters
00:00 Google Chrome - Clear Cache For Specific Website
00:54 Answer 1 Score 14
01:10 Accepted Answer Score 337
01:45 Answer 3 Score 9
02:40 Answer 4 Score 1
02:52 Thank you
--
Full question
https://superuser.com/questions/721692/g...
--
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