Lighthouse debugging for Cumulative Layout Shift (CLS)
Categories:
Profiling via Lighthouse
1. Profiling
Open the Lighthouse tab and click the Analyze page load

And it will start profiling your page.

2. Report
- There is a
Cumulative Layout Shift score (0.962)shown on the top. - Click the
CLStab and you will seeall the elementsthat cause CLS.
