Skip to content

加载性能优化

性能指标

核心Web指标

  • FCP (First Contentful Paint):首次内容绘制,衡量页面开始显示内容的时间
  • LCP (Largest Contentful Paint):最大内容绘制,衡量页面主要内容加载完成的时间
  • FID (First Input Delay):首次输入延迟,衡量用户首次交互的响应时间
  • CLS (Cumulative Layout Shift):累积布局偏移,衡量页面元素意外移动的程度
  • TTI (Time to Interactive):可交互时间,衡量页面变为完全可交互的时间
  • TTFB (Time to First Byte):首字节时间,衡量服务器响应的时间

性能目标

指标目标值警告值
LCP< 2.5s2.5s - 4s> 4s
FID< 100ms100ms - 300ms> 300ms
CLS< 0.10.1 - 0.25> 0.25
TTFB< 200ms200ms - 600ms> 600ms
加载中...

好好学习,天天向上