DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Frontend Performance Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Frontend Performance
Why do LCP and CLS both trace back to the browser's paint/layout pipeline, per Under the Hood?
A
They don't actually relate to the rendering pipeline at all
B
LCP is literally when the paint step finishes for the largest element; CLS is literally how much the layout step moved things unexpectedly — both are direct, named consequences of the same underlying browser rendering process
C
This connection only applies to Chrome, no other browser
D
Paint and layout are the same step in every browser
Check Answer