How to Fix LCP issue from Google's Core Web Vitals?

seojen

Supreme Member
Joined
Dec 2, 2018
Messages
1,271
Reaction score
531
Hello guys, I need some help please;

I got this in my GSC ==> LCP issue: longer than 4s (mobile)

How do I fix it?
 
almost no way if you use slider plugin,
so just ignore this, or dont use slider!
 
almost no way if you use slider plugin,
so just ignore this, or dont use slider!
I think I've managed to get it fixed ; if you may ask me how => added WP-Optimize plugin + Expires headers.
I've also asked for a validation in GSC, let's wait and see if it'll work.
 
Without looking at the site it´s going to be hard for anyone to tell you what´s triggering the LCP issues but, in my experience, it´s either 1) unoptimized images and/or 2) fonts.
 
Without looking at the site it´s going to be hard for anyone to tell you what´s triggering the LCP issues but, in my experience, it´s either 1) unoptimized images and/or 2) fonts.
I think I've resolved it now, with WP optimize and the settings that goes with it, I checked the site in pagespeed.web.dev and the LCP is 2.1s . I've also initiated the validation in GSC.
 
Hello guys, I need some help please;

I got this in my GSC ==> LCP issue: longer than 4s (mobile)

How do I fix it?
This is a whole topic, but in general, defer your images and js files to be loaded after the document has loaded fully. Ideally you wanna have a separate thread (look into worker threads) to run heavy scripts if any. For images, loading=lazy helps if the image is not immediately visible.
 
This is a whole topic, but in general, defer your images and js files to be loaded after the document has loaded fully. Ideally you wanna have a separate thread (look into worker threads) to run heavy scripts if any. For images, loading=lazy helps if the image is not immediately visible.
Thanks for the input.
Isn't there any decent plugin to do all that? it seems too technical to me.
 
This is a whole topic, but in general, defer your images and js files to be loaded after the document has loaded fully. Ideally you wanna have a separate thread (look into worker threads) to run heavy scripts if any. For images, loading=lazy helps if the image is not immediately visible.
Bump, Looking for the same thing
 
Back
Top