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

4
  • 1
    Have you tried the icognito mode? Commented Nov 10, 2015 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 Commented Nov 10, 2015 at 15:33
  • 1
    Ok :); but next time mention something like this in your question and here is a way to do this hanselman.com/blog/… Commented Nov 10, 2015 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. Commented Nov 10, 2015 at 15:51

1 Answer 1

1

In the settings on google chrome you have

Disable cache (while DevTools is open)

enter image description here

Sign up to request clarification or add additional context in comments.

2 Comments

i do not want to keep the Dev Tools open since i am doing css and js work
You can "pop-out" the dev tools so that it doesn't block your view

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.