处理 jquery 文件?
我有很多 jquery 文件,大约有 6 个文件,我该如何整理它们。我应该将它们全部放在一个文件中,然后将其上传到 CDN,考虑页面加载等。ps
我也使用 google jquery cdn!
i have quite a lot of jquery files, like around 6 files, how can i sort them out. shall i put them all in one file, and upload it to a CDN, taking in account page loads etc.
p.s. im also using google jquery cdn!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您可以将它们放在一个文件中,“如果尚未压缩的话”对其进行压缩并使用您的 CDN,将为您提供最佳的加载性能。
If you can put them in one file, compress them 'if not already compressed' and use your CDN, will give you the best loading performance.