Does Chrome’s Developer Tools have an option to disable cache as firebug does?
If so would someone be so kind as to point me towards it?
Does Chrome’s Developer Tools have an option to disable cache as firebug does? If
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In Issue 8742 in the Chromium issue tracker a comment has been added just some hours ago:
There is now a checkbox for disabling cache in settings.
So there is hope that the feature to disable cache will finally make its way into Chrome. In the meantime, I put into my development server’s Apache config:
Guess that should do the trick.
Update: In Chrome 15’s Developer Tools settings (cogwheel in lower right hand corner) there is an option Network / Disable cache. Also you can clear the cache easily by right clicking in the network tab and selecting Clear browser cache.