uronpen
uronpen

Reputation: 15

How to fix Google CLS issue - "A late network request adjusted the page layout"

We are experiencing a CLS issue which causes a Cumulative Layout Shift of 0.285 on our website. So how to fix the Google CLS issue of the following image shows. The jquery.min.js and jquery-migrate.min.js is automatical added by the WordPress plugin. Is there anyone can help me to solve this issue? Thank you. How to fix the Google CLS issue of the following image shows

Upvotes: 0

Views: 263

Answers (1)

Tony McCreath
Tony McCreath

Reputation: 3409

The significant shift is caused by the big top ad. Initially, there is no space for it, but then suddenly, the space is allocated.

If I block adsbygoogle.js then the shift does not happen.

You can fix it by preallocating the space needed for that add in the HTML or initial CSS.

Upvotes: 1

Related Questions