We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
非视觉指标(Non-Visual Metrics)
感官指标(Visual Metrics)
First Paint Time (First Non-Blank Paint Time)
文档中任一元素首次渲染的时间
FCP: First Contentful Paint Time
代表文档中内容元素(文本、图像、Canvas,或者 SVG)首次渲染的时间。
它通常情况下是无意义的渲染,比如头部和导航条。
FMP: First Meaningful Paint Time
首次有意义的渲染时间(它的统计在重大的布局变化之后,往往代表了用户所关心的首次渲染时间)。
First Interactive Time
首次可交互时间
Consistently Interactive Time
持续可交互时间
Fisrt Visual Change
首次视觉发生变化的时间点
Last Visual Change
最后一次视觉发生变化的时间点
Speed Index (SI)
视觉速度:Mean Pixel-Histogram Difference 算法。
算法如下,它代表了我们页面在加载过程中视觉上的变化速度,其值越小代表感官性能越好:
PSI: Perceptual Speed Index(PSI)
视觉速度:Structural Similarity Image Metric 算法。
更贴近用户的真实感受。
开发阶段
生产状态
https://developers.google.com/web/tools/lighthouse
Chrome 对速度的描述
https://developers.google.com/web/tools/lighthouse/audits/speed-index
Navigation_timing_API
https://developer.mozilla.org/en-US/docs/Web/API/Navigation_timing_API
Speed Index 算法
The text was updated successfully, but these errors were encountered:
No branches or pull requests
性能优化的理论方法
常用工具
Browser Processing Model
术语
核心指标
非视觉指标(Non-Visual Metrics)
感官指标(Visual Metrics)
First Paint Time (First Non-Blank Paint Time)
文档中任一元素首次渲染的时间
FCP: First Contentful Paint Time
代表文档中内容元素(文本、图像、Canvas,或者 SVG)首次渲染的时间。
它通常情况下是无意义的渲染,比如头部和导航条。
FMP: First Meaningful Paint Time
首次有意义的渲染时间(它的统计在重大的布局变化之后,往往代表了用户所关心的首次渲染时间)。
First Interactive Time
首次可交互时间
Consistently Interactive Time
持续可交互时间
Fisrt Visual Change
首次视觉发生变化的时间点
Last Visual Change
最后一次视觉发生变化的时间点
Speed Index (SI)
视觉速度:Mean Pixel-Histogram Difference 算法。
算法如下,它代表了我们页面在加载过程中视觉上的变化速度,其值越小代表感官性能越好:
PSI: Perceptual Speed Index(PSI)
视觉速度:Structural Similarity Image Metric 算法。
更贴近用户的真实感受。
重点指标
非视觉指标(Non-Visual Metrics)
感官指标(Visual Metrics)
落地工具
开发阶段
生产状态
优化策略
lighthouse 分析
https://developers.google.com/web/tools/lighthouse
Chrome 对速度的描述
https://developers.google.com/web/tools/lighthouse/audits/speed-index
Navigation_timing_API
https://developer.mozilla.org/en-US/docs/Web/API/Navigation_timing_API
Speed Index 算法
常用性能监控方案
参考资料
The text was updated successfully, but these errors were encountered: