[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
Wed Nov 9 23:17:27 UTC 2016


#38741: Introduce the concept of a large site in order to speed up the Users screen
when there are many users
--------------------------------+------------------------------------------
 Reporter:  johnbillion         |       Owner:
     Type:  enhancement         |      Status:  new
 Priority:  normal              |   Milestone:  Awaiting Review
Component:  Users               |     Version:
 Severity:  normal              |  Resolution:
 Keywords:  has-patch needs-    |     Focuses:  administration, performance
  testing                       |
--------------------------------+------------------------------------------
Changes (by johnbillion):

 * keywords:   => has-patch needs-testing


Comment:

 [attachment:38741.diff] is a partial patch which implements the
 performance improvement on the Users screen, but only implements a no-oped
 version of a `wp_is_large_site()` function.

 To test the patch, change the return value of `wp_is_large_site()` to
 `true`.

 TODO: Implement logic in `wp_is_large_site()` which determines if the site
 has a large number of users or not. This will probably need to be
 converted to a cached value in the same way that Multisite uses a cached
 value for `wp_is_large_network()`.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/38741#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list