Home › Forums › WoodMart support forum › LCP Gallery Takes too long to load
LCP Gallery Takes too long to load
- This topic has 4 replies, 2 voices, and was last updated 1 month, 3 weeks ago by
Luke Nielsen.
-
AuthorPosts
-
June 10, 2025 at 2:41 pm #666521
UeliParticipantHi Team
I got an Issue that impacts my LCP on Google Pagespeed. The Single Product Gallery is loading too slow. Is there any workaround?
So far i’ve done, WP-Rocker and Cloudflare Pro. What helped very much in terms of performance but this Gallery Problem is hard to find a solution.
Thanks for your Help.
June 10, 2025 at 5:42 pm #666567
Luke NielsenKeymasterHello,
The issue is related to the heavy images in the gallery – https://prnt.sc/9JQ1ugxwInL1 , make each image in the gallery as 20kb and then recheck the issue.
In general, a lot of factors affect the LCP, go through our article about optimization and do each step – https://xtemos.com/wordpress-performance-optimization-the-ultimate-guide-in-2021/
Kind Regards
June 10, 2025 at 7:25 pm #666585
UeliParticipantHi Luke,
thanks a lot for your quick reply!I’ve already done quite an extensive optimization setup (Cloudflare Pro + WP Rocket), including:
• Full page caching with automatic cache warming via WP-Cron
• fetchpriority=”high” set on the LCP element in the single product template
• Image delivery via WebP/AVIF using Converter for Media
• Automatic Cloudflare cache purge on product updates (including variations, categories, homepage)
• Lazy loading disabled specifically for the first product gallery imageAbout the 20 kB image size suggestion:
We tested this – it’s fine for thumbnails or product grids, but for the main gallery view, especially on retina screens or when zoom is enabled, quality suffers.
We currently use optimized AVIF/WebP images in the 80 – 120kb kB range, which seems to be the sweet spot between quality and speed.What we’ve identified as the real LCP bottleneck:
The first gallery image isn’t prioritized properly – it’s often lazy-loaded or fetched too late, even though it’s above the fold. That causes the LCP to shift or delay.We’re now testing a manual link rel=”preload” for the first image, or alternatively setting fetchpriority=”high” on the initial
inside the gallery.
If you happen to have a filter or snippet to force that behavior inside WoodMart’s product gallery (maybe via hook or template override), that would be super helpful!
Best regards
June 11, 2025 at 12:04 pm #666698
Luke NielsenKeymasterHello,
We have tested it several times and we do not see any issues there, please check the tests below:
Kind Regards
June 11, 2025 at 4:30 pm #666815
Luke NielsenKeymasterHello,
Please send access to the admin panel so our developers can investigate it and dig deeper.
Thank you for your time and patience.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register