Each Google Chrome update brings many advantages, but also a lot of disadvantages for the developer. Today, I do not know if there was an update, I noticed that Chrome caches everything without disassembly. I will give an example:
Developing a website, as usual. Style sheets, js and so on. When I make changes to the stylesheet file, it should change accordingly after reloading the page, so it was until recently. Now I have to clear the cache (CTRL + SHIFT + i => Network => Disable cache, but here is a little sign of While DevTools is open ). The question is, can I return everything as it once was? So that I make changes to the stylesheet and they are applied by simply reloading the page, rather than constantly opening this developer panel?