Skip to main content
9 of 25
network panel disable cache shortcut wtih image
Steve
  • 26.3k
  • 2
  • 36
  • 43

There is a gear in the bottom right hand corner of the developer tools called settings that allows you to disable the cache.

On the pc you can open that by pressing ctrl+shift+i

or on the mac command+option+i

developer tool shortcuts

Since Chrome 19 the setting is now in General.

disable cache in 19

google bug tracker

There is now a shortcut on the Network panel as well.

network panel shortcut http://i.imgur.com/NuATTPq.png

A recent tweet from ChromiumDev states

Chrome DevTools' Disable Cache invalidates the disk cache (great for developing!), but.. only while devtools is visible.

Steve
  • 26.3k
  • 2
  • 36
  • 43