[wp-trac] [WordPress Trac] #61764: Site Health: Autoloaded options could affect performance

WordPress Trac noreply at wordpress.org
Thu Aug 1 06:24:54 UTC 2024


#61764: Site Health: Autoloaded options could affect performance
--------------------------+--------------------------
 Reporter:  123nadav      |       Owner:  mukesh27
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  Site Health   |     Version:  6.6
 Severity:  normal        |  Resolution:  worksforme
 Keywords:  close         |     Focuses:  performance
--------------------------+--------------------------
Changes (by mukesh27):

 * status:  assigned => closed
 * resolution:   => worksforme
 * milestone:  Awaiting Review =>


Comment:

 If you want to check the total options that are autoloaded in your
 database, run the following query (update the table prefix 'wp' as per
 your DB setup):

 `SELECT option_name, option_value FROM wp_options WHERE autoload IN
 ('yes', 'on', 'auto-on', 'auto')`

 https://ibb.co/YXR0Brb

 Feel free to re-open if you have any questions.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/61764#comment:9>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list