#TIL How to Easily Hard Reload a Web Page in Chrome

Normally, if you right click on the refresh button in Chrome, nothing happens.

But, if you open Chrome DevTools [1] first, you have the option to clear the cache when refreshing!

This is great if the website is not loading for some reason.

Concrete Steps (see screenshot)

  1. Open DevTools: Command + Option + J

  2. Right click the refresh button

  3. Make a selection

[1]

7:22 PM
Nov 25