由于众所周知的原因,国外的ajax、js等库的网速较慢,我们可以采取国内的中科大镜像:
fonts.googleapis.com fonts.lug.ustc.edu.cn
ajax.googleapis.com ajax.lug.ustc.edu.cn
themes.googleusercontent.com google-themes.lug.ustc.edu.cn
fonts.gstatic.com fonts-gstatic.lug.ustc.edu.cn
也即是将googleapis.com 改写为lug.ustc.edu.cn
另外发现https://code.jquery.com/jquery-3.7.0.js
也比较慢,将其下载到本地,然后放入static/jquery目录,修改代码(比如templates/base.html文件):
src="https://code.jquery.com/jquery-3.7.0.js"
修改为:
src="/static/jquery/jquery-3.7.0.js"
同样的jquery-2.2.4.min.js文件也做同样处理
参考这篇文章国内外优秀前端 CDN,Google Fonts 国内镜像_字体库 cdn地址-CSDN博客,还有很多镜像可以使用:
CDN要求速度快,项目多,版本更新快,国内BootCDN.cn我觉得是最好的,没有之一,什么新浪,百度,360的都是给内部用的。
最近发现的css.net也不错啊,还反代了Google字体库,够快,很方便。
CDN
BootCDN
www.bootcdn.cn
CSS.NET
同步国外cdnjs.com,速度够快
https://css.net/
https://cdn.css.net/libs/
CDNJS
原 cdnjs.cloudflare.com
https://cdnjs.com/
JSDELIVR
https://www.jsdelivr.com/
UNPKG
跟npm仓库同步,绝对是最全的,速度不够快
https://unpkg.com/
Google Fonts
源地址
https://fonts.googleapis.com/
国内镜像
CSS.NET 推荐
https://fonts.css.network/
中国科学技术大学
主页 https://lug.ustc.edu.cn/wiki/start
https://fonts.proxy.ustclug.org