Skip to main content
Performance fix guide

Poor Cumulative Layout Shift (CLS)

Page elements shift during loading, hurting user experience.

Issue ID: PERF-CLS-001
Severity: high
Impact: High
Effort: M

Use this article when

  • You need deeper remediation guidance than the issue card can show.
  • You want CMS-specific steps before handing the fix to a developer.
  • You want a repeatable re-check path after shipping the change.
Re-run full audit

What this issue is

Page elements shift during loading, hurting user experience.

Why it matters

Page elements shift during loading, hurting user experience. This affects load speed, Core Web Vitals, and how many visitors stay long enough to convert.

How we detect it

  • FreeSiteAudit flags this issue when the rule for PERF-CLS-001 fails and the page evidence points to Performance tool.
  • You can usually confirm this by checking the page source or the relevant page settings inside your CMS.

Evidence examples

Check the affected page source, rendered output, or relevant CMS setting to confirm the missing or incorrect element.

How to fix it

  1. 1Add width/height to images and videos
  2. 2Avoid inserting content above existing content
  3. 3Use CSS contain on dynamic elements
  4. 4Preload web fonts

How to re-check it

  • Run Lighthouse and confirm CLS < 0.1