如何设置谷歌代码的过期时间?
我从谷歌代码托管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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你不能。我改为通过 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.