What are Core Web Vitals?
Core Web Vitals are Google's metrics for loading performance, responsiveness, and visual stability. The current metrics are Largest Contentful Paint (LCP), Interaction to Next Paint (INP), and Cumulative Layout Shift (CLS).
LCP measures when the largest visible content renders. INP measures how quickly a page responds to user interactions, and CLS measures unexpected movement during a session. INP replaced First Input Delay (FID) as a Core Web Vital on March 12, 2024.






