Answer
What are Core Web Vitals?
Core Web Vitals are three metrics Google uses to measure real-world page experience: Largest Contentful Paint (LCP, loading speed), Interaction to Next Paint (INP, responsiveness to input, which replaced First Input Delay in March 2024), and Cumulative Layout Shift (CLS, visual stability). They are measured from real Chrome users via the Chrome User Experience Report.
The three metrics
LCP measures when the largest visible element renders; INP measures the latency of the slowest interaction during a visit; CLS measures unexpected layout movement.
Why PWAs can help
Cached repeat visits from an installed PWA tend to have near-instant LCP because assets load from the service-worker cache instead of the network.
How they are measured
Field data comes from real Chrome users (CrUX); lab data comes from tools like Lighthouse and PageSpeed Insights simulating a single load.