[ad_1]
[ad_2]
Hi everyone,
I’m encountering a "autoloaded option could affect performance" critical issue in the Site Health section of my WordPress site. I’ve been trying to resolve this issue using the WP Optimize plugin, but it hasn’t fixed the problem.
Has anyone else experienced this issue? What steps did you take to resolve it? Any recommendations for plugins or manual methods to address this error?
Thanks in advance for your help!
It’s due to autoload enabled in options table. You can check the values there.
If your hosting support redis, try with redis object cache.
The warning shows if your site has more than 800kb of autooptions loaded. This is a very low threshold and as you can see you have triggered it due to loading 982kb. WordPress just implemented this notice about autoload in WP 6.6 adding it to the health check which is why you are seeing it now.
You do not really have an issue here. 982kb is still a very low autoload. While you could go into the wp-options table and check to see if some of the autoloads are unnecessary a general rule of thumb is that under 1MB is not anything of concern.
As u/dhamiro noted if your host supports redis you can implement it. But your autoload burden is low and not something you need be worrying about IMHO.