Skip to main content
11 of 25
simplify the answer
Paul Irish
  • 49.7k
  • 23
  • 106
  • 136

The Chrome DevTools can disable the cache.

Right-click and "Inspect Element" to open them. Now click Network in the toolbar. Then check the "Disable cache" checkbox at the top.

enter image description here

Keep in mind, and as a tweet from @ChromiumDev stated, this setting is only active while devtools is open.

Steve
  • 26.3k
  • 2
  • 36
  • 43