Autoloaded options are silently killing performance.
Daily micro-tips for C#, SQL, performance, and scalable backend engineering.
Autoloaded options are silently killing performance.
SELECT option_name FROM wp_options WHERE autoload = 'yes';
Why this matters
Too many autoloaded rows = memory bloat on every request.