[wp-trac] [WordPress Trac] #52884: Sorting users by registered date assumes users were registered in order
WordPress Trac
noreply at wordpress.org
Mon Mar 22 13:29:13 UTC 2021
#52884: Sorting users by registered date assumes users were registered in order
------------------------------------+-----------------------------
Reporter: johnbillion | Owner: (none)
Type: defect (bug) | Status: new
Priority: low | Milestone: Awaiting Review
Component: Users | Version:
Severity: normal | Keywords: needs-patch
Focuses: multisite, performance |
------------------------------------+-----------------------------
On the Network Admin -> Users screen on a Multisite installation, clicking
the `Registered` column header sorts the users by `ID`. This assumes users
were registered in the same order as the order of their sequential IDs.
Importing users breaks this assumption, as a user's registered date may be
earlier than their ID otherwise suggests.
Ideally this column header would sort by the `user_registered` field
instead, but this has performance concerns because it's not part of an
index.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/52884>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list