What is the fastest way to clear cache and cookies in Google Chrome?

The standard way (hamburger icon>Tools>Clear browsing data>Confirm) is slow, especially when you have to clear frequently during development. Currently, I hit F12 to bring up the Console, go to the network tab, and right click Clear cache, right click Clear cookies.

I have also tried extensions such as Cache Killer, but haven't found one I love.

Is there a faster way? One click for example?


Solution 1:

I'm on Mac and this is the shortcut: Shift+Command+Delete.

On Windows, it's Ctrl+Shift+Delete.

This link gives you all shortcuts for Chrome: Chrome Support: Mac keyboard shortcuts

Solution 2:

I use the Chrome extension Clear Cache. It does the same as Chrome's own Clear Browsing Data dialogue, but you can assign a short cut (or just use the extension button next to the address bar) to it. I have mine set up to reload the page and remove any cache from the last hour by pressing Ctrl+Shft+R. It saves me a lot of time, not having to enter Chrome's dialogue, when editing a web site.