Frontend System Design Course
Frontend System Design
/
Intermediate

Core Web Vitals

Definition

Core Web Vitals are an initiative by Google providing unified metrics to measure user experience on the web. They primarily focus on loading speed (LCP), interactivity (INP), and visual stability (CLS).

Explain Like I'm New

Google's official report card for your website. If you fail, Google pushes your site down in the search rankings.

Parameter Breakdown

MetricMeasuresGood Score
LCPLoading Performance< 2.5 seconds
INPInteractivity / Responsiveness< 200 ms
CLSVisual Stability< 0.1

Interview Questions

basic

  • How does Core Web Vitals fundamentally work?

intermediate

  • What are the performance implications of Core Web Vitals?

advanced

  • How does Core Web Vitals scale in an enterprise architecture?

trick

  • Are there scenarios where Core Web Vitals is an anti-pattern?

Flash Cards

Question

Define Core Web Vitals.

Click to reveal answer
Answer

Core Web Vitals is essential for complex frontend applications.