Layout shift culprits

Connor Clark
Connor Clark

Published: Oct 8, 2025

Layout shifts occur when elements move their position despite the absence of user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.

The insight may offer a best guess for the cause of the observed layout shifts. To dive deeper, explore the layout shift track in the Performance panel. All layout shifts can be mitigated, even if no culprit is suggested.

How to pass this insight

Have a "good" (0.1) or better CLS.

Some common culprits of layout shifts include:

  • Unsized images
  • Injected iframes (such as from ads)
  • Unoptimized animations
  • Web fonts - either flash of unstyled text (FOUT) or flash of invisible text (FOIT)

Additional references