chrome 并未出现200 from cache 或者200 form memory cache

发布于 / 随记 / 0条评论 / Tags: http / 3 次浏览

对css 设置了cache control和expires,但是打开chrome 的devtools ---->networks ,css request header出现如下:

cache-control: no-cache

这个是因为chrome F12打开devtools 的选项勾上了,在devtools 界面按F1 ,勾掉下面这个选项

Disable cache (while DevTools is open)

问题解决

    评论区(暂无评论)