• Resolved Group Of Oceninfo

    (@princebhalani143)


    Hello Team,

    I am using this plugin for my all the projects and get to know it’s causing slow website issue, tested by Query Monitor Plugin

    SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) WHERE 1=1 AND ( ( wp_postmeta.meta_key = '_wp_attachment_metadata' AND wp_postmeta.meta_value LIKE '%logo.png%' ) ) AND wp_posts.post_type = 'attachment' AND ((wp_posts.post_status = 'inherit')) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 11

    Slow Queries

    Can you please let me know how to resolve this issue and save almost 2 second load time.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Moove Agency

    (@mooveagency)

    Hi there,

    Thanks for using our plugins.

    I can confirm this is not relate to our plugin. Please try to disable the plugin and run the Query Monitor again, you should see the same query.

    I hope this helps.

    Thread Starter Group Of Oceninfo

    (@princebhalani143)

    After disabling this plugin it’s not returning the warning already tested in that way as well.

    I have checked on simple pure localhost version with one and only GDPR plugin activate along with Query Monitor and returning the same. Even speed test report also showing 2 second difference.

    Plugin Author Moove Agency

    (@mooveagency)

    Hi @princebhalani143,

    Thanks for your comments.

    We’ve tested the plugin again and we can’t get the slow query in Query Monitor on our servers (test on live & local environment as well). You might have to speak to your hosting to check the server configuration for you and setup a CDN if possible. In our live environment the query monitor show 0.42s for a page load time including all the plugins and themes.
    If you can provide a website URL we can run some performance tests.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slow Queries Issue’ is closed to new replies.