I think I've managed to get it fixed ; if you may ask me how => added WP-Optimize plugin + Expires headers.almost no way if you use slider plugin,
so just ignore this, or dont use slider!
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.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.
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.Hello guys, I need some help please;
I got this in my GSC ==> LCP issue: longer than 4s (mobile)
How do I fix it?
Thanks for the input.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 thingThis 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.