wp_load_alloptions() killing website
-
Hi WP forum,
I’m hoping someone can help me with an issue I’ve been having regarding wp_load_alloptions() massively slowing down the speed of my site.
I’m not a developer so I’ve done as much searching as I can to try and root out the problem and eventually managed to find what I believe to be the cause using the Query Monitor plugin.
Query
SELECT option_name, option_value
FROM wp_options
WHERE autoload = ‘yes’ wp_load_alloptions()Caller
wp-includes/option.php:168-
is_blog_installed()
wp-includes/functions.php:1276
wp_not_installed()
wp-includes/load.php:474Affected rows
1139Time
137.5274If anyone is able to offer some insight into how to fix this issue, or if you require more information, it’d be great to hear from you.
Many thanks
- The topic ‘wp_load_alloptions() killing website’ is closed to new replies.