Autoloades Options may affect performance
-
Hi there,
I am noticing a strange behaviour with my wordpress instalation. On the diagnostics page i get a critical error saying that my website has 48k autoloaded options, sizing arround 1mb. When i actully check for these autoloaded options on mysql with
SELECT SUM(LENGTH(option_value)) AS total_size
FROM wp_options
WHERE autoload = ‘yes’;I only get arround 600 autoloaded options and altogether for a size of arround 190kb. My wp_options table has thousands of transients that i use for custom plugins, but these are not autoloaded and do not affect my website performance. Non the less i still get this warning, even if i delete all irrelevant transients and have no clue about what may be causing it.
Anyone has some idea about what may be tha cause for the warning, and how it may be solved??
Best regards,
Sérgio
- You must be logged in to reply to this topic.