Slow Queries on wp_options
-
Good Afternoon,
I am experiencing a slow back end WP admin panel and I trying to use query monitor to pinpoint the issues.
There are a number of slow queries that I have emailed the associated plugin developers about but I also have 2 x slow core queries and have pasted these as below.
-
Query
SELECT option_name, option_value
FROM wp_options
WHERE autoload = ‘yes’-
Caller
wp_load_alloptions()
wp-includes/option.php:237
is_blog_installed()
wp-includes/functions.php:1717
wp_not_installed()
wp-includes/load.php:664-
Component
Core
-
Query
SELECT option_value
FROM wp_options
WHERE option_name = ‘uninstall_plugins’
LIMIT 1-
Caller
get_option()
wp-includes/option.php:124
register_uninstall_hook()
wp-includes/plugin.php:846-
Component
Core
Thanks for any assistance in the above error
- The topic ‘Slow Queries on wp_options’ is closed to new replies.