Core Web Vitals Overview
Core Web Vitals measure loading (LCP), interactivity (INP), and visual stability (CLS):
- LCP (Largest Contentful Paint): Largest content visible in ≤2.5s.
- INP (Interaction to Next Paint): User interactions respond in ≤200ms.
- CLS (Cumulative Layout Shift): Unexpected layout shifts ≤0.1.
Read official guide: Web Vitals.
Study MDN: Web Performance.