[wp-trac] [WordPress Trac] #56913: Improve autoloaded network options
WordPress Trac
noreply at wordpress.org
Wed Mar 29 09:59:00 UTC 2023
#56913: Improve autoloaded network options
--------------------------------+---------------------------
Reporter: spacedmonkey | Owner: spacedmonkey
Type: enhancement | Status: assigned
Priority: normal | Milestone: 6.3
Component: Options, Meta APIs | Version: 3.0
Severity: normal | Resolution:
Keywords: has-patch | Focuses: performance
--------------------------------+---------------------------
Description changed by mukesh27:
Old description:
> When `wp_load_core_site_options` is called, network options are primed in
> a single database query. However there are a number of network options
> that are loaded on every single request. However the a number of options
> that are needed for every request and are not loaded. These include and
> are not limited too.
>
> - fileupload_maxk
> - upload_space_check_disabled
> - upload_filetypes
>
> Related [#56912]
New description:
When `wp_load_core_site_options` is called, network options are primed in
a single database query. However there are a number of network options
that are loaded on every single request. However the a number of options
that are needed for every request and are not loaded. These include and
are not limited too.
- fileupload_maxk
- upload_space_check_disabled
- upload_filetypes
Related #56912
--
--
Ticket URL: <https://core.trac.wordpress.org/ticket/56913#comment:8>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list