Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Livereload and Chrome. Force hard reload

I've started using LiveReload with its Chrome extension and that's greatly improved my workflow. But one thing I noticed: sometimes Chrome still keeps loading cached version where my recent changes aren't reflected.

How can I force it to always dump the cache and do 'hard reload'?

App runs on Visual Studio Web Development Server (I don't know if that matters)

like image 785
iLemming Avatar asked May 16 '13 18:05

iLemming


People also ask

How do I clear cache and hardly reload Chrome?

Or, Hold down Ctrl and press F5. Just open the Chrome Dev Tools by pressing F12. Once the chrome dev tools are open, just right click on the refresh button and a menu will drop down. This menu gives you the option of doing a hard refresh, or even clearing the cache and do a hard refresh automatically.

How do I force Chrome to refresh?

Chrome and Windows:Hold down Ctrl and click the Reload button. Or Hold down Ctrl and press F5.

How do I clear cache and hardly reload Chrome Mac?

The keyboard shortcut for clearing browser cache data for Chrome is Control+Shift+Delete on Windows and Command+Shift+Delete on MacOS.


1 Answers

ok... It seems you can click on the cog at the right bottom of dev-tools panel and disable caching...

like image 131
iLemming Avatar answered Nov 09 '22 13:11

iLemming