guys please I have this error in my search console CLS issue: more than 0.25 (mobile)

Immortalcd

Member
Jul 25, 2020
78
14
8
guys please I have this error in my search console > CLS issue: more than 0.25 (mobile)
can you check my website and see the reason
np: i had this problem before using ads
website:
 
Last edited:

alexmisaila

Legend member
Trusted Uploader
May 9, 2020
1,144
933
133
⭐⭐⭐⭐⭐
guys please I have this error in my search console > CLS issue: more than 0.25 (mobile)
can you check my website and see the reason
np: i had this problem before using ads
website:
If you are a developer, then this will help you, trust me

As this guy said:
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.
 
  • Like
Reactions: danielpk and mader

videva

Member
Aug 25, 2020
75
53
18
guys please I have this error in my search console > CLS issue: more than 0.25 (mobile)
can you check my website and see the reason
np: i had this problem before using ads
website:
hmm you can try disable rocket loader from cloudflare, why ?
because rocket loader add inline style like this

*maybe this doesn't solve your problem, but you need to try it


HTML:
//this will caused problem Cumulative Layout Shift (CLS)
<div class="wrap" style="height: auto !important;">
<div class="body-wrap" style="height: auto !important;">

if you disable the rocket loader there is no inline style like this
HTML:
<div class="wrap">
<div class="body-wrap">

as you can see after i blocked the rocket loader in my browser your CLS score green
1.png

but if i unblock the rocket loader, your CLS score turns red
2.png
 
Last edited:

anthov

Active member
Apr 25, 2020
131
25
28
hmm you can try disable rocket loader from cloudflare, why ?
because rocket loader add inline style like this

*maybe this doesn't solve your problem, but you need to try it


HTML:
//this will caused problem Cumulative Layout Shift (CLS)
<div class="wrap" style="height: auto !important;">
<div class="body-wrap" style="height: auto !important;">

if you disable the rocket loader there is no inline style like this
HTML:
<div class="wrap">
<div class="body-wrap">

as you can see after i blocked the rocket loader in my browser your CLS score green
1.png

but if i unblock the rocket loader, your CLS score turns red
2.png
Rocket Loader is from WpRocket ??

I have same issue : my CLS is very not good
 

Immortalcd

Member
Jul 25, 2020
78
14
8
hmm you can try disable rocket loader from cloudflare, why ?
because rocket loader add inline style like this

*maybe this doesn't solve your problem, but you need to try it


HTML:
//this will caused problem Cumulative Layout Shift (CLS)
<div class="wrap" style="height: auto !important;">
<div class="body-wrap" style="height: auto !important;">

if you disable the rocket loader there is no inline style like this
HTML:
<div class="wrap">
<div class="body-wrap">

as you can see after i blocked the rocket loader in my browser your CLS score green
1.png

but if i unblock the rocket loader, your CLS score turns red
2.png
i have disabled it but still
i think i will move images in external storage i hove it fix the problem
 

videva

Member
Aug 25, 2020
75
53
18
i have disabled it but still
i think i will move images in external storage i hove it fix the problem
in the Search Console shows real user data over the last 28 days.
so if there is a change it will take some time to see the results

move image to external storage not solved your problem,
CLS is Layout shifts,
A layout shift occurs when the visible element changes its position or changes its width or height.
 
Last edited:

Immortalcd

Member
Jul 25, 2020
78
14
8
in the Search Console shows real user data over the last 28 days.
so if there is a change it will take some time to see the results

move image to external storage not solved your problem,
CLS is Layout shifts,
A layout shift occurs when the visible element changes its position or changes its width or height.
i found out that nginix cach on my server wasn't working , after i enable it i got better results i will move imges to cdn
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu