Speed Autoload.
WordPress autoloaded options: how to find what is loading on every page, and fix it
Every request starts by loading every wp_options row marked autoload into memory. On a healthy site that's a few hundred kilobytes. On most sites I open, it's megabytes of leftovers. How to measure it, read the list, find who is writing it, and clean it without breaking anything.
Speed 12 min