使用方法
- 阅读每个核心网络生命周期的卡片:LCP、INP、CLS、FCP 和 TTFB。
- 注意为每个指标显示的色彩编码徽章的良好/需要改进/差劲阈值。
- 查看每个指标下的要点列表,了解可行的修复。
示例
- LCP 显示良好 ≤ 2500 毫秒、需要改进 ≤ 4000 毫秒、差劲 > 4000 毫秒 — 改进提示包括优化英雄图像和消除渲染阻止资源。
- CLS 显示良好 ≤ 0.1、差劲 > 0.25 — 提示提到为广告和延迟加载图像保留空间以防止布局移位。
Core Web Vitals (LCP/INP/CLS/FCP/TTFB) 阈值和优化建议
Time until the largest visible content element (image, video, large text block) is rendered.
Thresholds
How to improve
Slowest-ish interaction latency observed during the page session (replaces FID since 2024).
Thresholds
How to improve
Sum of all unexpected layout shifts during the lifetime of the page (unitless score).
Thresholds
How to improve
Time until the first text or image is rendered (any DOM content).
Thresholds
How to improve
Time between request and first byte of the response (server + network).
Thresholds
How to improve
生产环境使用前请验证输出。无担保 — 参见 条款.