利用浏览器缓存(chrome审计)

时间:2014-06-02 12:56:11

标签: caching browser localhost audit

我试图了解浏览器缓存技术。 到目前为止一切都很好,除了一点点我坚持。 当我在谷歌浏览器上运行审核时。我得到

Leverage browser caching (1)
The following resources are explicitly non-cacheable. Consider making them cacheable if possible:
www.noelie.localhost.com/

我用

修复了css和javascript
<FilesMatch "\.(css|js|png|jpg)$">
Header set Cache-Control "max-age=31536050, public, cache"
</FilesMatch>

如何缓存主页www.noelie.localhost.com。 感谢您的时间。 noelie

0 个答案:

没有答案