Home Forums WoodMart support forum Woodmart generates duplicate DB requests

Woodmart generates duplicate DB requests

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #197787

    horny_fungus
    Participant

    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:

    #197891

    Artem Temos
    Keymaster

    Hello,

    Thank you for noticing and reporting this issue. We will check this on our side and fix if possible.

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)