[wp-trac] [WordPress Trac] #38741: Introduce the concept of a large site in order to speed up the Users screen when there are many users
WordPress Trac
noreply at wordpress.org
Tue Mar 29 13:52:10 UTC 2022
#38741: Introduce the concept of a large site in order to speed up the Users screen
when there are many users
-------------------------------------+-------------------------------------
Reporter: johnbillion | Owner: spacedmonkey
Type: enhancement | Status: closed
Priority: normal | Milestone: 6.0
Component: Users | Version:
Severity: normal | Resolution: fixed
Keywords: early has-patch has- | Focuses: administration,
unit-tests commit | multisite, performance
-------------------------------------+-------------------------------------
Comment (by SergeyBiryukov):
In [changeset:"53018" 53018]:
{{{
#!CommitTicketReference repository="" revision="53018"
Users: Move `get_user_count()` and related functions to `wp-
includes/user.php`.
The new location is next to the pre-existing `count_users()` function,
along with other user-specific functions, and should be a more appropriate
place in terms of consistency.
This affects:
* `get_user_count()`
* `wp_maybe_update_user_counts()`
* `wp_update_user_counts()`
* `wp_schedule_update_user_counts()`
* `wp_is_large_user_count()`
Follow-up to [53011], [53016].
See #38741.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/38741#comment:83>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list