-
-
Notifications
You must be signed in to change notification settings - Fork 711
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
你希望哪些方面得到优化?
- 静态资源建议从 unpkg 改为 jsDelivr
原因
- unpkg 资源托管在 Cloudflare 上,中国大陆访问不理想。
- jsDelivr在中国大陆有CDN节点,海外则托管在 CloudFlare 上。
- 从这两点来看,个人建议把静态资源修改成 jsDelivr 的 。
测速地址
- https://unpkg.com/jquery@3.4.1/dist/jquery.min.js
- 加载速度为:229 ms
- https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js
- 加载速度为:57 ms
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request