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

性能优化之渐进式渲染 #8

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

性能优化之渐进式渲染 #8

barretlee opened this issue Mar 2, 2017 · 4 comments

Comments

@barretlee
Copy link
Owner

barretlee commented Mar 2, 2017

认领人须知

  • 了解下 PWA
  • 了解下如何实现过渡式渲染
  • 弱网络下模拟效果
@barretlee barretlee mentioned this issue Mar 2, 2017
17 tasks
@barretlee barretlee added this to the 性能相关基础知识点研究 milestone Mar 2, 2017
@haidao17
Copy link
Collaborator

haidao17 commented Mar 2, 2017

申请认领本议题

@haidao17
Copy link
Collaborator

haidao17 commented Mar 8, 2017

内容大纲

  1. 渐进式渲染的定义及目标
  2. 基础知识
    • 浏览器渲染基本原理
    • 关键渲染路径分析
  3. 渐进式渲染的实现及性能分析
    • 实践代码
    • 几个常用的性能指标(首屏/白屏/可交互时间等)
    • chorme devtool 的使用
    • proformance API 的使用
  4. 拓展阅读
    • Web App 的 未来:PWA
    • 讨论:SPA 服务器端渐进式渲染的可能性及实现

简单的捋了捋思路,发现可以写的内容还是挺多的,我自己未必能想的周全,欢迎大家补充。
最近忙着写毕设,估计两周的时间不一定能写完,慢慢来吧。

PS: 第三部分「渐进式渲染的实现及性能分析」的内容会涉及到 性能优化之首屏白屏优化 #15 ,要不要把这个 ISSUE 合并进来? @barretlee

@barretlee
Copy link
Owner Author

@haidao17 渐进式渲染是白屏问题比较常见的解法,但也有其他方案解决这个问题,暂时不合并 issue,你先研究,把知识点整理处理,我们再进行讨论。

@17biubiu
Copy link

这些问题还在进行吗

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

3 participants