Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

12
  • 4
    Yep, the Chrome Dev Tools option doesn't seem to work for me. But cache killer works like a charm. The reload time is significantly slower, like 4-5x, but the actual serving up of the new content is obviously much quicker. Commented Jan 24, 2014 at 18:01
  • 3
    Clear Cache and Disable Cache are working only when working on localhost, on my mac. For online content I m refreshing and refreshing hoping to see any changes. This extension is a lifesaver. Commented Feb 24, 2014 at 17:31
  • 3
    I have found that using Disable Cache causes issues with local storage, specifically angular-storage with Auth0. Cache Killer works perfectly and does not cause issues with local storage. Commented Jan 12, 2016 at 21:57
  • 5
    Removed from Chrome Extensions Store because of malware :( Alternatives? Commented Oct 27, 2017 at 7:49
  • 6
    Ended up writing my own, works the same but can toggle per tab. MIT License and no malware, I promise 😎! github.com/themichaelyang/cache-clearer Commented Nov 11, 2017 at 6:56