[wp-trac] [WordPress Trac] #59871: Prime further options in `wp_load_core_site_options()`
WordPress Trac
noreply at wordpress.org
Tue May 21 21:55:43 UTC 2024
#59871: Prime further options in `wp_load_core_site_options()`
--------------------------------+-------------------------------------
Reporter: peterwilsoncc | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 6.6
Component: Options, Meta APIs | Version:
Severity: normal | Resolution:
Keywords: has-patch | Focuses: multisite, performance
--------------------------------+-------------------------------------
Changes (by spacedmonkey):
* milestone: Future Release => 6.6
Comment:
Testing instruction:
Comment / remove out the following files of wp-config.php
{{{#!php
define( 'AUTH_KEY', '#O9e87Y5ebxFl6M-
TN9Q$~|r|`0$qlc=-dDwRgh6(ol9pAAGL?V5Z& M!4CPSY[(' );
define( 'SECURE_AUTH_KEY',
'l49R6x5DzDOx%sF#JVu*V-bpg4|!<G<M,|V[gwUFZ at 4(CSHC.fv7^oXt!-U2N-fo' );
define( 'LOGGED_IN_KEY',
']k]@J3Gn&v~CCC|c5;<9F.R at X-g~u`tfMV9xRg9F:WzQHUOy3,?|c:h6=FQB,z^[' );
define( 'NONCE_KEY', 'kT{LWm&zB,I`R3WgecY(ih?g{Mpu[M?dy._vfwN8
a?+cGAt~|o!|zUtLG~2H<oY' );
define( 'AUTH_SALT',
'B;q9^gGo;*|z^)M7()=<+0BHoP?s3fs4<6sGCmTDNvC@*[>[RFbD]dOk at ZHXI&R@' );
define( 'SECURE_AUTH_SALT',
'Z*FMM?m<x!6?E~%r_j>HPDxC/^W-7%(T}}*;zEzi9Qzm?HE=XL1L7)0Layb<Y~`F' );
define( 'LOGGED_IN_SALT', 'MCNC|L[^rD&9J`+dR1m;geR%0:N:F>x
FU1;)dmt,_Y+.4G7dE.dakBwq4r0knx#' );
define( 'NONCE_SALT', 'bij7+;xA87bL~2w=+N5&eo1RH]hFN>o<S>M0&uH8K2~]
g~F#aA_<D;Q01k8O;ig' );
}}}
Load a home page.
Use query monito to see the call to `wp_prime_network_option_caches` in
`wp_salt`.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/59871#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list