What Is Cumulative Layout Shift (CLS)?
Cumulative Layout Shift (CLS) measures a web page's visual stability. It describes how much visible content unexpectedly shifts while the page is loading.
Everyone knows the problem: you're about to click a button – and suddenly the page jumps because an image, an ad, or a cookie banner loads in. Instead of the button you wanted, you accidentally click something else. This is exactly the behavior CLS measures.
The lower the CLS value, the more stable a website feels.
Target values: Good: up to 0.1 · Needs improvement: 0.1–0.25 · Poor: over 0.25.