Options API: Disabling autoload for large options

WordPress automatically loads multiple options with a single query on each page request in order to be more efficient—a technique called “autoloading”. This feature can impact performance so WordPress 6.6 introduces several changes to the Options API to optimize autoloading behavior.