• My plugins page is generally the slowest page to load on my site due to the following query being ran:

    Query:
    SELECT *
    FROM wp_posts
    WHERE post_status = ‘publish’ and post_content like ‘%[wppcp_private_content%’

    Caller: WPPCP_Admin_Stats->get_private_shortcode_data()
    Rows: 2
    Time: 6.812 seconds

    You can see this here in the Query Monitor plugin: https://snipboard.io/9AVjSF.jpg

    I had wrote about this previously on a thread that is now closed: https://www.ads-software.com/support/topic/slow-query-on-plugins-page/

    As of version 3.02, the issue still exists. I just wanted to make it known it still exists and hopefully can get resolved sometime. Thanks!

  • The topic ‘Slow Query on Plugins Page’ is closed to new replies.