Autoload Slow Response on Core Component
-
Hi everyone,
I have a wordpress installation that has recently started running a lot slower. I have a query monitor that is showing the problem located in the “Core” component. The query that highlights the problem is
SELECT option_name, option_value
FROM wp_options
WHERE autoload = ‘yes’It is calling it on 1226 rows, meaning my response time this morning was 15.27s.
I understand from other research that this problem is usually due to plugins, but I’ve gone through and disabled them all and tested, none of them have the impact that this seems to be causing?
Any advice would be appreciated,
Thanks,
Solomon
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Autoload Slow Response on Core Component’ is closed to new replies.