Woodmart generates duplicate DB requests
-
Hi, according to Query Monitor your theme makes following duplicate DB requests:
SHOW TABLES LIKE 'wp_woodmart_wishlists%'
SELECT ID
FROM wp_woodmart_wishlists
WHERE user_id = 1
SELECT wp_posts.*
FROM wp_posts
WHERE 1=1
AND wp_posts.post_type = 'cms_block'
AND ((wp_posts.post_status = 'publish'))
ORDER BY wp_posts.post_date DESC
LIMIT 0, 500
Here’s a pic:
Hello,
Thank you for noticing and reporting this issue. We will check this on our side and fix if possible.
Regards