需要帮助添加 Expires 标头

发布于 2024-09-11 02:52:26 字数 271 浏览 8 评论 0原文

所以基本上我已经通过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

以歌曲疗慰 2024-09-18 02:52:26

您可以使用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文