Site logo

Archived topic

Why the Title H1 tag is the reason for the LCP issue of the website page

6 replies · Started by mrvyasidea on January 3, 2021

Viewing posts 1–7 of 7

Hi Team,

I was checking the core vital error there I found most of the reason is that the text in the H1 tag of the post.

Which is mainly coming from the theme itself.

I have attached screenshot for the reference the error I am getting for the sample URL.

Largest Contentful Paint
Typetext
Size46344
Timestamp1223.6 ms
Details
Learn more about largest contentful paint.
Related Nodeh1.entry-title

URL: https://www.soundproofidea.com/toilet-gurgles-when-flushed.html

tITLE: How To Fix Toilet Gurgles When Flushed : 5 Things to

Please help me understanding the same

Hey thanks,

But even after adding the same css I am still having the same error not sure what cause it showing H1 only the reason for LCP

I have added this code in the plugin snippet but still for all the post specially in mobile view getting LCP error for H1 tag

Well this issue seems fixed in the mobile view no such error showing but having the same error on the desktop view after doing changes in the font size

Hi there,

you are completely misunderstanding what those reports are telling you.
LCP is the time taken to display the Largest Contentful Element on your page. I ran a page speed insights test on your site - see here:

https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.soundproofidea.com%2Ftoilet-gurgles-when-flushed.html&tab=mobile

FCP time is 5.4s - this is mainly server related and the number of requests your site is making. The more requests and DNS redirects its makes will increase this time considerably.

LCP time is 10.9s - the LCP item identified is the Featured Image - this image is being lazy loaded, which means it doesn't get loaded / displayed until all other requests are completed and all other HTML is displayed. So theres are 5.4s of delays occuring before the image is displayed.

Time to Interactive is 23.8s - this measures how long it takes before all Scripts are loaded and the site can be interacted by the user.

The fundamentql issue with your site is the number of requests it is making. I ran a GT Metrix Report here:

https://gtmetrix.com/reports/www.soundproofidea.com/ddX8AGvU/

If you go to the Waterfall Report you will see that your site is making 564 requests - this is ridiculously high. To put that into perspective, the GP Theme makes 2 requests, the GP website only makes a total of 32 requests.... even amazon dot coms home page makes less then 400 request.

You need to minimize the number of request your site is making. The GT Metrix Waterfall report will show you all the requests being made - the majority of them are Adverts...

This archived topic is closed to new replies.