[wp-trac] [WordPress Trac] #59871: Prime further options in `wp_load_core_site_options()`

WordPress Trac noreply at wordpress.org
Fri Nov 10 02:00:57 UTC 2023


#59871: Prime further options in `wp_load_core_site_options()`
------------------------------------+-----------------------------
 Reporter:  peterwilsoncc           |      Owner:  (none)
     Type:  defect (bug)            |     Status:  new
 Priority:  normal                  |  Milestone:  Awaiting Review
Component:  Options, Meta APIs      |    Version:
 Severity:  normal                  |   Keywords:
  Focuses:  multisite, performance  |
------------------------------------+-----------------------------
 In Multisite, individual database queries are made to query a number of
 commonly used options.

 On each request:

 * WPLANG
 * nonce_key
 * nonce_salt

 On each authenticated request:

 * auth_key
 * auth_salt

 The *_(salt|key) requests are only made if the constant is not defined or
 uses the default phrase `put your unique phrase here`.

 Follow up to #56913.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/59871>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list