[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 Apr 5 04:07:12 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: reopened
Priority: normal | Milestone: 6.0
Component: Users | Version:
Severity: normal | Resolution:
Keywords: needs-patch | Focuses: administration, multisite,
| performance
-------------------------+-------------------------------------------------
Comment (by peterwilsoncc):
In [attachment:"38741.12.diff"] I've followed @georgestephanis's
suggestion of a hidden field.
As `inline-edit-post.js` is hard coded to expect a `<select/>` for the
author input, I've added the element with a `display:none !important`.
With an input tag, the javascript was setting up the code `<input
type='hidden' ...><option /></input>`. This seems more sub-optimal than a
hiding the select via CSS.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/38741#comment:98>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list