What is 'Cumulative Layout Shift' (CLS) and why does it affect user experience?
-
A
It measures unexpected layout shifts during page load, which cause users to misclick on moving elements
-
B
It tracks the total number of DOM changes made by JavaScript after page load
-
C
It measures the cumulative download size of all page resources affecting render time
-
D
It calculates how often page layout differs between mobile and desktop viewports