Cumulative Layout Shift
Why it matters
CLS measures content jumping around after it appears. It is why a visitor taps the wrong button when an ad or a late-loading image pushes the page down under their finger.
How to fix it
Reserve space with width and height attributes on images and iframes, and never insert content above what is already on screen.
Check a page for this