如何设置谷歌代码的过期时间?

发布于 2024-10-26 06:27:29 字数 131 浏览 4 评论 0原文

我从谷歌代码托管jquery。当我检查网站的页面速度时,我得到以下结果:

jquery-1.4.4.min.js(未指定到期时间)

如何设置此文件的过期时间?

I host jquery from google code. When I check the site with page speed, I get this result:

jquery-1.4.4.min.js (expiration not specified)

How can I set an expiration time for this file?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

度的依靠╰つ 2024-11-02 06:27:29

你不能。我改为通过 Google Libraries API 获取 jquery: http://code.google .com/apis/libraries/devguide.html

该服务专为低延迟和高可用性而设计:它具有所有适当的缓存标头集,由 CDN 等提供服务。Google Code 的 subversion 托管将为您提供该文件,但它的设计目标略有不同,因此不会对于这种情况也不起作用。

You can't. I'd instead switch to fetching jquery via the Google Libraries API: http://code.google.com/apis/libraries/devguide.html.

That service is designed for low latency and high availability: it has all the appropriate cache headers set, is served from a CDN, etc. Google Code's subversion hosting will serve the file for you, but it was designed with slightly different objectives and won't work as well for this case.

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