Site logo

Archived topic

CLS issue: more than 0.25 (mobile)

41 replies · Started by purnima banik on June 14, 2020

Viewing posts 1–15 of 42

Hi GP Team,
I started getting the " CLS issue: more than 0.25 (mobile)" errors in my search console. What could be the cause of this error? Please suggest.

Hi there,

CLS is your layout shifting while the page loads, which can be:

1. Ads, even Google ads.
2. Fonts as they load (text suddenly appearing once the font has loaded).
3. Anything else that moves the page around as it loads.

In your case, I'm willing to bet it's the ad above the content area.

Ok, I got it. Thank you for the response.

No problem :)

I'm getting same CLS issue: more than 0.25 (mobile) for https://shop.vkn.hr/
Do you mind having a look?

Hi there,

you have a lazy loaded that is affecting the Logo.
Look for the exclude image options in the lazy loader plugin.

Another other issue is your Slider in the Page Hero is taking its time to load. You may be able to get around this by giving the page hero a minimum height using some CSS:

.page-hero {
    min-height: 480px;
}

You may need to adjust the min-height.

Logo is working well now.

Some GP related things - go to Customizer > General --> Icon Type - change this to SVG. This will remove the need to load an icon font.

Testing those two pages reports 0 or very little CLS.

But other potential issues i can see:

Above the fold images are being affected by Lazy Loaded. Exclude them.
Improve Font loading performance by removing unused font variants:
https://docs.generatepress.com/article/google-font-variants/ or consider a System Stack Font.
Other than that you have a lot of 3rd party scripts that will cause render blocking which in turn effects performance

System stack font did the trick! CLS is 0, and load time improved. Thanks for help.

Glad to be of help

Hi GP Team, a have issue in google webmaster tools about

CLS issue: more than 0.25 (mobile) (and current avg cls is 35)
CLS issue: more than 0.25 (desktop) (and current avg cls is 28)

my blog is http://www.examsedu.in

how I can solve it please help me.

Hi there,

The one issue i can see in Page Speed Insights loading thumbnails is your logo is missing on initial load. This is because its being lazy loaded.

Lazy Loader plugins generally have an option to exclude the images by file name. Exclude the logo to resolve that issue.

Please note: when running a google test you want to check the Lab Data value - not the Field Data.

Hi GP team,
I have 30 url with this issue (more 2,5s.(movil)
My web is https://setascanarias.com/
Could you give me any information to solve it?
Thank you
Ventura

Hi there,

you may want to check with your host, if your run a test on GT Metrix you and check the WaterFall report you will see long Waiting times ( purple bars ) this is the time the request is waiting to be fulfilled by your server.

Thank you David

This archived topic is closed to new replies.