Archived topic
LCP >2.5 on mobile
3 replies · Started by David on April 30, 2021
Hello,
the google search console tells me, that nearly all of my pages have an LCP issue on mobile devices.
What can i do to get this under 2.5s?
I use WP Rocket for caching.
And Cloudflare as CDN.
Thanks for suggestions,
David
I forgot an URL.
Here is good one for testing:
https://sinnstiften.biz/flipchart-gestalten/
I'm also on the hunt for this answer. Currently mine is 3.3S on mobile and it says I can improve this by preloading LCP image to save .33S. It seems for me my LCP is my header art, is that the same for you?
Hi David,
the main issue i see is the render blocking style sheets - the main two culprits are the Thrive and Thrive Leads styles.
After this there are a couple of large JS files, one is the frontend.min.js from Thrive and a cached JS file. Both are over 80kb and look to be generating Long Tasks. Long tasks can interrupt the browsers ability to complete other tasks such as completing network requests or rending the page.
Can't do much about the impact that Thrive may be having on the page - but you may want to NOT combine those other JS files - its sometimes better to let the browser deal with many small files then one large combined file.
Minor point - won't make much of a difference but will eliminate one request - you can change the Customizer > General > Icon Type to SVG.
Hi William - if you can start a new topic where you can share a link to your site as chances are your issues will be different.