WordPress loads every wp_options row with autoload = yes into memory on every page request via a single query. As plugins accumulate, the autoloaded dataset can grow to several megabytes, directly increasing PHP memory usage and time-to-first-byte on every page load.
| Category | Performance |
| Author | Snehal Pancholi — Freelance Developer |
| Plugin Page | https://addonlogic.com/autoload-options-cleaner |
| Requires | WordPress 6.0+, PHP 8.1+ |
| License | GPL-2.0+ |