Performance as User Experience
Speed is a usability property, and the metrics that matter are the ones measured on real devices.
Definition
Performance determines whether an interface feels responsive. Core Web Vitals measure three aspects of that experience: loading, interactivity and visual stability, as experienced by real users rather than in a lab.
Established research. Originates in published research and has been replicated. The effect is real. Its size in your product still needs measuring.
On this page
Core Web Vitals thresholds
Measured at the 75th percentile of real user experiences.
| Metric | Measures | Good |
|---|---|---|
| LCP, Largest Contentful Paint | When the main content appears | Under 2.5 seconds |
| INP, Interaction to Next Paint | Responsiveness to input across the visit | Under 200 milliseconds |
| CLS, Cumulative Layout Shift | Unexpected movement of content | Under 0.1 |
Design decisions that dominate these numbers
- Hero image size and loading strategy, which usually determines LCP.
- Web font loading, which delays text rendering and can shift layout.
- Reserved space for images, ads and embeds, which is the main lever on CLS.
- Amount of client-side JavaScript, which drives INP.
- Third-party scripts, which are frequently the largest single cost and the least examined.
Sources
Where a source establishes something narrower than the popular reading of it, the note says so.
web.dev, Google
Interaction to Next Paint (INP)
web.dev, Google
Continue from here
Each link says what the connection is, so you can tell a principle from an alternative from a thing people mix this up with.
Applied through
Where this shows up as a concrete interface decision.
- Infinite Scroll and PaginationPattern
- Loading StatesPattern
- Optimistic UIPattern
- Skeleton ScreensPattern
Often used with
These usually appear in the same screen or the same decision.
- FramerTool
- LighthouseTool
- WebPageTestTool
Check your work
Review passes that test whether this was done properly.
- Mobile UX ChecklistChecklist
- Pre-Launch ChecklistChecklist
- Web UX ChecklistChecklist
Short definition
The one-paragraph version, for when that is all you need.
Related concept
Connected closely enough to change how you apply this.
- Font SelectionUI foundation
- ImageryUI foundation
- MotionUI foundation
- ShadowsUI foundation
- Variable FontsUI foundation
- SEO for Content ProductsUX writing