Disabling Chrome cache for website development

后端 未结 30 1977
-上瘾入骨i
-上瘾入骨i 2020-11-21 06:49

I am modifying a site\'s appearance (CSS modifications) but can\'t see the result on Chrome because of annoying persistent cache. I tried Shift+refresh but it doe

30条回答
  •  轮回少年
    2020-11-21 07:13

    To be clear, the disable cache checkbox in Chrome (v17 here, but since v15 I believe) is not in the main settings UI. It is in the developer tools settings UI.

    1. From the browser window's wrench icon menu (prefs menu) choose Tools → Developer Tools

    2. In the developer tools UI that appears, click the gear icon at bottom right.

    3. Check the 'Disable cache' checkbox in the Network section.

提交回复
热议问题