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

性能优化之首屏白屏优化 #15

Open
barretlee opened this issue Mar 2, 2017 · 4 comments
Open

性能优化之首屏白屏优化 #15

barretlee opened this issue Mar 2, 2017 · 4 comments

Comments

@barretlee
Copy link
Owner

barretlee commented Mar 2, 2017

认领人须知

  • 白屏问题的解决方案(多种)
@barretlee barretlee mentioned this issue Mar 2, 2017
17 tasks
@barretlee barretlee added this to the 性能相关基础知识点研究 milestone Mar 2, 2017
@yodfz
Copy link

yodfz commented Oct 10, 2018

白屏可以考虑14k 加载的时候,塞点东西?

@chaos-zhu
Copy link

SSR

@slientLove
Copy link

首屏白屏可以研究的话题可以很多,从加载资源和服务端输出方面商讨,可以采取一些较为好的方案

@slientLove
Copy link

slientLove commented Mar 17, 2019

最近做了一些优化工作,只针对pc端几百个节点做性能优化,主要是采取自动化截屏分析首屏时间,通过chrome分析工具发现性能瓶颈,达到首屏1s内加载,
1.前端资源整合
2.服务端优化。服务端smart渲染(php)
3.异步加载,方案调研
4.可视区函数先执行,缓步加载首屏外脚本
资源:https://github.com/slientLove/lighthouse (针对首屏页面进行性能方案分析)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants