When we moved to the new design we ran into the problem we are about to describe. Searching around online, I found there was no Turkish source covering it. The WordPress problem we are solving here goes by the name “autoloaded options could affect performance”.
Autoloaded options are configuration settings for plugins and themes that are loaded automatically on every page load in WordPress. having too many autoloaded options can slow your site down. your site has 1570 autoloaded options in the options table (size: 1,014 kb), which could be causing your site to slow down. you can review the autoloaded options in your database and remove any your site no longer needs.
What the Problem Is
If you have hit the warning above, I should say the usual cause is leftovers from plugins and themes. We install plugins without much thought and then remove them. But; those plugins leave residue behind in the database. That is why you should read the details carefully before adding a plugin, and add it to the system accordingly.
After hitting this warning in the Site Health section we read a lot of English articles and finally got to a fix. There is a limit set for autoload. That limit is usually around 800 kb. Go past it and the system gives you the warning above.
How to Fix It
The WP Healthcheck plugin will solve your problems. Turn off the entries that come up under autoload and the warning in Site Health goes away.
A Warning
The plugin and the method described here make changes to your database. So back your database up first, without fail. Never run anything with the plugin before you have a backup. Fixing this usually helps with speeding up your WordPress site.





