Hello everyone,
I'm currently optimizing my website’s performance, and I’m facing an issue with the Largest Contentful Paint (LCP) on mobile devices. The main problem is the logo, which is causing a delay of 5,180ms.
Here’s some context:
- Element: Logo image within the
<div class="whb-column"> > <div class="site-logo"> > <a class="wd-logo"> > <img class="attachment-full"> - Image:
Logo-EdyCeramic_2021-lung(500×86 pixels) - LCP Details (on mobile):
- TTFB: 600ms (12%)
- Loading Delay: 1,590ms (31%)
- Charging Time: 1,100ms (21%)
- Playback Delay: 1,890ms (36%)
I’ve used the premium WP Rocket plugin to optimize my site, and it has worked really well overall. On desktop, my PageSpeed Insights score is almost perfect, but this LCP issue on mobile is the only thing holding me back.
I’ve tried compressing the logo, serving it in the correct size, and using lazy loading, but the LCP time is still high on mobile.
Here are the links to my site and the PageSpeed Insights results:
- Website: edyceramic.ro
- PageSpeed Insights (Mobile): https://pagespeed.web.dev/analysis/https-edyceramic-ro/1ge3tpoxk9?form_factor=mobile
If anyone has experience with this or suggestions on how to resolve it, I would greatly appreciate your help!
Thank you in advance!

Are you certain it’s the logo and not the video hero? Your logo file is only 7KB at most, that’s small enough. On my phone, that video hero took several seconds to load, like maybe 8 to 10 seconds.
Because you’re lazyloading the logo…. don’t lazy load anything above the fold!
The Video take 9 seconds to load for me. Logo is fast.
The video is the issue here, one way to optimise it would be to add a poster image on the initial load instead, and only load & start playing the video on ANY user interaction on the page.
But I wouldn’t worry about the scores that much, you have much bigger issues on other pages, see your category pages are totally messed up.
[https://edyceramic.ro/product-category/bucatarii/mozaic-bucatarii/](https://edyceramic.ro/product-category/bucatarii/mozaic-bucatarii/)