Make WordPress Core

Changes between Version 8 and Version 12 of Ticket #56913


Ignore:
Timestamp:
06/22/2023 02:53:47 PM (19 months ago)
Author:
spacedmonkey
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56913

    • Property Summary changed from Improve autoloaded network options to Prime network options in a single cache call using wp_cache_get_multiple
  • Ticket #56913 – Description

    v8 v12  
    1 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.
    2 
    3 - fileupload_maxk
    4 - upload_space_check_disabled
    5 - upload_filetypes
    6 
    7 Related #56912
     1When `wp_load_core_site_options` change the logic to call `wp_cache_get_multiple` priming important network options in cache in a single cache call.