I’m experiencing slow loading speed and poor LCP (Largest Contentful Paint) on the mobile version of my homepage, even after implementing the following optimizations:
- The mobile hero image is a WebP format, resized to 800px width (as recommended by one of your support staff in another thread)
- The image is inserted as an
tag (not a background image)
- I’ve added fetchpriority=”high” and decoding=”async” to the image
- I’ve disabled lazy loading for this image
- Using W3 Total Cache and Autoptimize, including CSS/JS minification and defer
- Cookie banner is handled via Enfold’s built-in tool (no extra plugin)
Is there a recommended way within Enfold to prioritize key content and improve mobile LCP?