-
xiyang0630
Hello,
How can I edit the text to optimize the LCP speed on this element of the text? It looks like it’s the most important element affecting the speed of my site on mobile device. After I removed the headline and the text below the headline, it catches the logo.. Why it always catch something and the LCP is always mantian 4000ms+
Do we have some solutions to resolve this issue?
Screenshot: https://postimg.cc/GHqv6Zjb
-
Hi there,
the LCP element is simply the largest ( in pixel size ) element on the screen when the page first loads.
And as the H1 is simply HTML there is nothing specific to that element that would delay loading.The issue is most likely a render blocking issue.
If you can share a link to the site I can take a look and advise -
xiyang0630
Hello David,
I put the link in the private field.
Thank you in advance!
-
Alvind
Hi there,
There’s a few things you can do to reduce the render blocking issue.
Load Google Fonts Locally: You can use the GP Premium Font Library to host Google Fonts locally and reduce the impact on page load times. Here’s a guide on setting up the Local Font Library.
https://generatepress.com/local-font-library/Optimize Render-Blocking Scripts: Using an optimization plugin can help manage render-blocking resources like GTM scripts. Plugins like Perfmatters, WP Rocket, and others offer settings to defer or optimize JavaScript loading, improving page performance.
-
xiyang0630
Hello Alvind, you always resolved my pain point, I can’t thank you more!
-
Alvind
Glad to hear that! 😁
- You must be logged in to reply to this topic.