Speed (Largest Contentful Paint)

Hi,

My Page speed Insights score on mobile is 64.
It says that my Largest Contentful paint is 10,4 sec. So toooo big.
It says the

is the reason.

Does anyone know how to fix this?

Thanks,

Marlise

mayurashop.nl

Hi, @MLSBreda

I took a look at your site using Google Pagespeed Insight https://pagespeed.web.dev/analysis/https-mayurashop-nl/gr7xbnwe0x?form_factor=mobile.An LCP of 10.4s is quite high, meaning your main banner/image is loading late, usually due to lazy loading or blocking scripts.

Here’s what I’d focus on:

  1. Fix LCP image loading (highest impact)
  • Remove lazy loading from main banner
  • Add :
  1. Reduce blocking scripts :
  • Add defer/async to non-critical JS
  • Remove unused apps/snippets
  1. Optimize image correctly
  • Use WebP
  • Keep under 100-150KB
  1. Check theme structure
  • Ensure the hero section loads early in the HTML
  1. Test after changes
  • Re-run PageSpeed ⇒ confirm LCP element loads earlier

In most cases, fixing image priority + script delays significantly improves LCP without a redesign.

If you want a quicker fix without deep code changes, you can use Website Speedy to delay non-critical scripts and improve LCP automatically.

Disclaimer : I’m affiliated with the Website Speedy app.

Hope this helps!

(post deleted by author)