Slow Query on Plugins Page
-
Whenever I load my plugins page, it will always take around 10 seconds to load. I got a plugin called Query Monitor that has now helped me identify the culprit. Here is the query info:
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 secondsThere is also a PHP error that shows up when loading this page:
Level: Notice
Message: Undefined index: wppcp_user_assign_group_nonce_field
Count: 1
Location:
1. do_action(‘init’)
wp-settings.php:525
2. WPPCP_Groups->add_user_group()
wp-includes/class-wp-hook.php:286
3. wp-content/plugins/wp-private-content-plus/classes/class-wppcp-groups.php:325Any help in resolving this to prevent this query from running or speeding it up would be greatly appreciated as the plugin is great otherwise. Thanks!
The page I need help with: [log in to see the link]
- The topic ‘Slow Query on Plugins Page’ is closed to new replies.