Autoloaded options size: 1 MB. But database query says 24KB
-
I’m getting the critical issue “Autoloaded options could affect performance” warning, telling me I have 213 autoloaded options, size: 1 MB.
But when I query the database it tells me I have 120 autoloaded options with size 24,886 bytes. I have tried multiple queries (e.g. SELECT SUM(LENGTH(option_value)) FROM wp_options WHERE autoload=”yes”; ) and they all give 24,886.
I have also installed a plugin to help fix the autoloaded options and it tells me the same, that I have “120 autoloaded options, for 24.2KB of memory”.
Is there a way to fix/reset the warning or database??? It’s only a new site and I haven’t installed hundreds of plugins.
I’ve searched this forum, google, reddit and can’t find any other occurrence of this issue.
I’ve already tried many things including:
- Deactivated all plugins (yes, all of them)
- flushed caches
- enabling debug and getting the autoloaded options from debug log file – it too says 120 items 24886 bytes. I even parsed the output and added the bytes and still got 24886.
Is there anything else I can try workout having to delete and reinstall everything?
- You must be logged in to reply to this topic.