Hello,
We discovered a severe performance issue related to the native Woodmart Wishlist feature.
Environment:
* WordPress + WooCommerce
* Woodmart latest version
* VPS server (optimized)
* PHP 8.3
Issue:
When Wishlist is enabled, the Shop archive page response time increases dramatically.
Measured from terminal:
Wishlist ON:
time curl -I https://domain.com/shop/
≈ 3 seconds
Wishlist OFF:
≈ 0.07 seconds
This happens specifically on Shop / product archive pages.
Products per page: 20
Could you please investigate whether the Wishlist module is triggering excessive queries/hooks/rendering on archive pages?
Thank you.