CLS
Cumulative Layout Shift



Measures the total amount of unexpected layout shifts that occur during the entire lifespan of a webpage.Learn more
- 1Layout Shift Detection
Browser monitors when visible elements change position between frames
- 2Impact Fraction
Measures portion of viewport affected by unstable elements
- 3Distance Fraction
Measures distance elements moved relative to viewport
- 4Session Windows
Groups shifts into sessions, reports maximum window value
CLS Formula: Impact Fraction × Distance Fraction
Watch content blocks appear and cause major page layout shifts. Each block pushes the entire page content down.
Blocks added: 0/5
Note: Large content blocks are appearing above this section, causing this entire page to shift down significantly.
Unexpected layout shifts frustrate users and can cause accidental clicks. Good visual stability is crucial for user experience.