需要帮助添加 Expires 标头
所以基本上我已经通过 ySlow 运行了我的网站,它通知我应该将 Expires 标头添加到页面上的某些元素中以帮助缓存。该页面主要是当前托管在 Apache/2 服务器上的静态内容。
如果它有帮助,该网站位于此处。
我不太确定如何更改 HTTP 信息或添加 Expires 标头的最佳方法是什么,因此我将非常感谢对此的任何帮助。
So basically I've ran my site through ySlow and it has informed me that I should add Expires headers to some of the elements on my page to help with the caching. The page is mainly static content currently hosted on an Apache/2 server.
If it helps at all the site is here.
I'm not really sure how you alter the HTTP information or what the best way to add Expires headers is so I would greatly appreciate any help on this one.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Apache2 的 mod_expires 模块在半静态文件上设置 Expires 标头。供参考:apache.org 上的 mod_expires 文档
You could use the mod_expires module of Apache2 to set the Expires header on your semi-static files. For reference: mod_expires documentation on apache.org