Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于加载速度问题的思考 #6

Closed
grd291 opened this issue Feb 27, 2024 · 3 comments
Closed

关于加载速度问题的思考 #6

grd291 opened this issue Feb 27, 2024 · 3 comments

Comments

@grd291
Copy link

grd291 commented Feb 27, 2024

老师写的这个非常好,基本未发现什么bug,并且我已经在用,发现一个可以让速度加快的方法,经过多次测试发现在加载字体的过程中会耗费大量时间,并且经过解析字体的css远程地址会有解析较慢的情况,如果愿意提升速度可以将字体下载到本地进行加载而不是用远程加载。

@Wcowin
Copy link
Owner

Wcowin commented Feb 27, 2024

老师写的这个非常好,基本未发现什么bug,并且我已经在用,发现一个可以让速度加快的方法,经过多次测试发现在加载字体的过程中会耗费大量时间,并且经过解析字体的css远程地址会有解析较慢的情况,如果愿意提升速度可以将字体下载到本地进行加载而不是用远程加载。

谢谢grd291!近期我会做加载速度这方面的优化~网站字体的问题会首先考虑
如果你有好的想法/解决方法,也随时欢迎留言

@Wcowin Wcowin pinned this issue Feb 27, 2024
@W1ndys
Copy link
Contributor

W1ndys commented Apr 9, 2024

对于这个问题我有一些拙见,字体文件大都是Google公开CDN的在线字体,其次,使用在没有国内服务器的情况下,只能使用静态部署gh-pages,github本身的加载速度就很慢,需要用魔法科学上网来提高加载速度,但科学上网也能同时加速Google字体,就没什么字体保存在本地的必要了,最终还是要部署在gh-pages。要想根治还是GFW的问题

@Wcowin
Copy link
Owner

Wcowin commented Apr 9, 2024

对于这个问题我有一些拙见,字体文件大都是Google公开CDN的在线字体,其次,使用在没有国内服务器的情况下,只能使用静态部署gh-pages,github本身的加载速度就很慢,需要用魔法科学上网来提高加载速度,但科学上网也能同时加速Google字体,就没什么字体保存在本地的必要了,最终还是要部署在gh-pages。要想根治还是GFW的问题

因为最终还是走gh—pages,还是选择加载公开的字体CDN,官网也给出了部分CDN方案,我已经在采用。
image
如果你有更好的方案,可以共同探讨~

@Wcowin Wcowin closed this as not planned Won't fix, can't repro, duplicate, stale Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants