缩小& Gzip 与 Google CDN
我应该使用页面上的其他脚本压缩/压缩我的 Jquery,还是使用 Google CDN 来实现 Jquery 和 Jquery? JQuery UI 和 gzip 我自己的东西。
据我所知,从 Google 传送的速度可能更快,并且文件更有可能已缓存在用户计算机上,但是它需要几个额外的 http 请求,至少我知道它将始终可用。
Should I minify/gzip my Jquery with my other scripts on my page, or use Google CDN for Jquery & JQuery UI and gzip my own stuff.
From what I can see its more likely to be faster to deliver from Google and there is a better chance the files will be cached already on the users machine, however its a couple of extra http request and at least I know it will always be available.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你说对了。
对于广泛使用的库,使用 Google CDN 是一个好主意:
唯一的缺点:
所以答案是“使用 Google CDN”。
You got it right.
For widely-used librairies, using Google CDN is a good idea:
The only downside:
So the anwser is "use Google CDN".