Make WordPress Core


Ignore:
Timestamp:
03/10/2023 05:49:58 PM (2 years ago)
Author:
spacedmonkey
Message:

Cache API: Make network-queries and site-queries global cache groups.

Fixes a bug introduced in [55526]. The cache groups network-queries and site-queries store query results for network and site. These are network level data and should be stored in a global cache group.

Props spacedmonkey, tillkruess, flixos90.
See #57625.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/load.php

    r55431 r55537  
    760760                'global-posts',
    761761                'networks',
     762                'network-queries',
    762763                'sites',
    763764                'site-details',
    764765                'site-options',
     766                'site-queries',
    765767                'site-transient',
    766768                'rss',
Note: See TracChangeset for help on using the changeset viewer.