WordPress glossary
CLS (Cumulative Layout Shift)
How much the page jumps around as it loads. Pass under 0.1.
Last updated ยท Reviewed by Ali Hassan
CLS is caused by images without width and height attributes, ads injected late, and web fonts swapping in. Set explicit dimensions on every image and reserve space for embeds to fix most CLS issues.