LCP — loading
Largest Contentful Paint measures when the page's main visible content is rendered; a good experience is 2.5 seconds or less at the 75th percentile.
Google's real-world page-experience metrics for loading speed, interaction responsiveness, and visual stability.
Core Web Vitals describe three parts of a page experience: how soon the main content appears, how quickly the page responds to an interaction, and whether the layout unexpectedly moves. They are measured with real-user field data when enough data is available.
Core Web Vitals are useful performance signals, not a complete verdict on quality or a guarantee of search ranking. Lab tools help diagnose likely causes, while field data shows how eligible real visits behaved across devices and networks.
The foundation
Largest Contentful Paint measures when the page's main visible content is rendered; a good experience is 2.5 seconds or less at the 75th percentile.
Interaction to Next Paint reflects the delay across user interactions; a good experience is 200 milliseconds or less at the 75th percentile.
Cumulative Layout Shift measures unexpected movement; a good experience is a score of 0.1 or less at the 75th percentile.
Applied by The Forge
We design performance budgets and production monitoring around the user experience behind the metrics—not around chasing a synthetic score in isolation.
Server rendering, caching, optimized images and fonts, and deliberate loading priority reduce the wait for meaningful content.
Small JavaScript payloads, focused hydration, short tasks, and efficient handlers leave the main thread available for input.
Explicit media dimensions, stable components, and controlled font loading prevent content from shifting after it appears.
Repeatable diagnostics catch regressions before release; real-user monitoring shows the experience across actual devices and networks.
A useful boundary
A concrete example
The server sends the useful heading and hero content immediately, the image has reserved dimensions, and the contact button responds without a long JavaScript task. Field monitoring then confirms whether real visitors receive the same experience.
Further reading
These explanations are grounded in standards, primary research, and current platform guidance. The field will continue to evolve.
Related concept
Using consent-aware measurement to understand website interactions and whether visitors complete outcomes that matter to the organization.