WSWhat Scene?

Learn · Performance & optimization

What is CLS (Cumulative Layout Shift)?

CLS measures visual stability: how much the page unexpectedly jumps around as it loads. The target is under 0.1. You've felt bad CLS when you go to tap a button and an image or ad loads above it, pushing everything down so you tap the wrong thing.

The usual causes are images and embeds without reserved space, ads that push content, and fonts that swap and reflow text. Fixing it means setting explicit dimensions for images and video, reserving space for anything that loads late, and handling fonts carefully.

CLS is often the easiest vital to fix because the causes are concrete and the solutions are mechanical. A stable layout also just feels more trustworthy and polished, quite apart from the ranking benefit.

Updated July 2026

Related

Want this built, not just explained?