auroral-ui / hexo-theme-aurora

🏳️‍🌈 Futuristic auroral Hexo theme.
https://blog.bennyxguo.com
MIT License
1.37k stars 217 forks source link

pagespeed values are too bad #241

Open becauseimnoob opened 1 year ago

becauseimnoob commented 1 year ago

https://pagespeed.web.dev/analysis/https-tridiamond-tech-post-frontend%2Fbrowser-working-logic-css-computation/fgkeq5zymq?form_factor=mobile page

Satoing commented 1 year ago

主要是有几个1~2MB的大文件需要加载,而且这几个文件的加载在前面导致后面的请求阻塞。我用了cdn所以感受不明显,但这个问题确实挺严重的。

bennyxguo commented 1 year ago

This is also because the project is a SPA (Single Page Application), all the main javascript are required to be loaded before the application can be started. If you are using a VPN as stated by @Satoing the FAP would be much quicker. I will work on a few things that I can think of to improve the performance.