- This topic has 6 replies, 3 voices, and was last updated 1 year, 5 months ago by
David.
-
AuthorPosts
-
January 3, 2021 at 5:20 pm #1604283
mrvyasidea
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-titleURL: 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
January 3, 2021 at 5:34 pm #1604288Elvin
StaffCustomer SupportHi,
To shed some light on this issue. Please read this:
https://web.dev/font-display/As for addressing the issue:
Can you try Leo’s snippet here?
https://generatepress.com/forums/topic/google-fonts-gp/#post-1411462Let us know.
A wise man once said:
"Have you cleared your cache?"January 3, 2021 at 6:12 pm #1604299mrvyasidea
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
January 3, 2021 at 7:47 pm #1604329Elvin
StaffCustomer SupportHi,
The code snippet provided on Leo’s reply linked on my previous reply is a PHP code.
Here’s how you can add PHP: https://docs.generatepress.com/article/adding-php/
A wise man once said:
"Have you cleared your cache?"January 4, 2021 at 4:51 am #1604743mrvyasidea
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
January 4, 2021 at 4:56 am #1604753mrvyasidea
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
January 4, 2021 at 5:13 am #1604772David
StaffCustomer SupportHi 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: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…
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.