Autoload Critical Error
-
After WP 6.6 I’m getting the Autoload Critical Error Message. In fact this was pretty helpfull to alert me that some plugins do not remove everthing even when were removed.
So I some work aroung on WP-Options table I clean up everything that was no longer necessary.
But WP Status check keeps me warning about Autoload critical error that my site has 883 autoloaded options (size: 834 KB) in the options table, which could cause my site to be slow.
Running the Query on SQL: SELECT option_name, option_value, LENGTH(option_value) AS size FROM wp_options WHERE autoload = ‘yes’ ORDER BY size DESC;
I could see, I have in fact 810 autoloaded options for 261.2KB of memory.
I also installed AAA Option Optimizer plugin and it confims the same 810 autoloaded options for 261.2KB of memory.
Am I missing to look after something else ?
It’s not a matter turn off this error message that would be easier but understanding such big discrepancies.
My tables are all InnoDB by the way.
Thank you.
- You must be logged in to reply to this topic.