极客时间返利平台,你可以在上边通过山月的链接购买课程,并添加我的微信 (shanyue94) 领取返现。
山月训练营之面试直通车 服务上线了,从准备简历、八股文准备、项目经历准备、面试、面经、面经解答、主观问题答复、谈薪再到入职的一条龙服务。

# Core Web Vitals 是什么,它有哪些指标

Issue

欢迎在 Gtihub Issue 中回答此问题: Issue 513 (opens new window)

见文档 Web Vitals (opens new window)

  • LCP: Largest Content Paint
  • FID: Firtst Input Delay
  • CLS: Cumulative Layout Shift
Good Needs improvement Poor
LCP <=2.5s <=4s >4s
FID <=100ms <=300ms >300ms
CLS <=0.1 <=0.25 >0.25
Last Updated: 11/27/2021, 6:11:48 PM