
Clean up WordPress autoload
The problem: Too many autoloaded options. WordPress loads all options with autoload='yes' from the database each time a page is accessed. With 546 autoloaded options with a total size of 960 KB, each request is unnecessary...