清除Chrome DevTools中的浏览器缓存时是否可以避免时间限制?

I am doing some local PHP development and therefore i frequently need to clear the browser cache (I am using Chrome). This has previously been pretty straight forward either in the DevTools or via a plugin for convenience (I am using Cache Killer). However, in the current Chrome (Version 75.0.3770.80) there seems to be a time constraint no matter what I do. Neither the plugin nor Chrome itself seem to be able to bypass this constraint. That is, if I edit a PHP file and need to update the browser to let the changes take effect, I have to wait – say a minute – before updating will also clear the cache. This is frustrating, to put it mildly. Right clicking the reload button and selecting “Empty Cache and Hard Reload” does not bypass the time constraint. I would be grateful if someone knows how to bypass it. Thanks.

If Ctrl + F5 or Cmd + F5 (Mac) doesn't work out, what I do to clear the cash complety is to go over the settings in Chrome, search for cookies, under Site Configurations, Cookies and them a manually delete the cookie 127.0.0.1 or localhost. That will kill php session, so any saved value in session will be lost, as PHP use session cookies. If you really want to even clear everything, you can also go on the session defined folder and remove the session files stored there.


When i update a JavaScript file, it usually does not load right away with my new modification, so I usually have to open it on DevTools and do a ctrl + F5 on the file.