0

I need to stop/kill the cache mechanism of google chrome browser when I am doing css and js work around a page

there is a trick you can open chrome devtools and since the devtools is open then cache mechanism is disable (it has config in setting section )

is there any plugin or extension for google chrome to stop/kill caching

I google around and find this

but it does not work for me

my google chrome version is 46.0.2490.80

Elrond_EGLDer
  • 47,430
  • 25
  • 189
  • 180
davmszd
  • 91
  • 2
  • 8
  • 1
    Have you tried the icognito mode? – OdaYukimura Nov 10 '15 at 15:29
  • @OdaYukimura that is not good choice because when you build and run your site visual studio automatically will open chrome in normal mode not in incognito mode – davmszd Nov 10 '15 at 15:33
  • 1
    Ok :); but next time mention something like this in your question and here is a way to do this http://www.hanselman.com/blog/VisualStudioWebDevelopmentTipAddChromeIncognitoModeAsABrowser.aspx – OdaYukimura Nov 10 '15 at 15:35
  • @OdaYukimura can we consider your solution as best practice ? when you use a plugin it could easily be set off or on . i think plugin would be better choice. – davmszd Nov 10 '15 at 15:51

1 Answers1

1

In the settings on google chrome you have

Disable cache (while DevTools is open)

enter image description here

Salmin Skenderovic
  • 1,204
  • 7
  • 19