Comments: Use wp_cache_get_multiple in WP_Comment_Query.

In the `fill_descendants` method in `WP_Comment_Query`, there is a loop the calls `wp_cache_get` to get `child comments. Instead of getting one key at a time, use `wp_cache_get_multiple` and get all keys at once.

Props spacedmonkey, tillkruess, mukesh27.
Fixes #57803.
Built from https://develop.svn.wordpress.org/trunk@55607


git-svn-id: http://core.svn.wordpress.org/trunk@55119 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
spacedmonkey
2023-03-29 10:20:20 +00:00
parent f940bc822d
commit 90b94aeddc
2 changed files with 14 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.3-alpha-55606';
$wp_version = '6.3-alpha-55607';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.