Google chrome css doesn't update unless clear cache

后端 未结 8 1828
被撕碎了的回忆
被撕碎了的回忆 2020-12-12 23:48

I\'m trying to work in my local server but I have to clear my cache every time if I want to see changes on the css rules.

There is any way to control Google Chrome c

8条回答
  •  时光说笑
    2020-12-13 00:31

    You can do any of the following options:-

    1. Install a Chrome Extension like Clear Cache to clear cache by clicking on icon.
    2. Use Incognito Mode and browser your website in incognito mode. Incognito mode won't disable cache clearly. Disabling cache completely may slow down your browsing experience.
    3. Use chrome's features like Hard Reload (Clear cache and hard reload). Read this stackoverflow post
    4. As @Vitaly mentioned, Use Developer Tool settings to disable cache completely.

    Choose what fits you :)

提交回复
热议问题