#43529 closed enhancement (duplicate)
Delete Users in admin does not scale for WordPress sites with very large number of users
Reported by: | mauteri | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.9.3 |
Component: | Users | Keywords: | |
Focuses: | administration, performance | Cc: |
Description
This is due to a fatal error of allowed memory size. The site I see this on has 500K+ users, which it tries to fill in the reassign user select element and runs out of memory while trying to do so. Maybe it makes sense to use user-suggest.js functionality (or something similar) to look to replace the select with a text input and ajax call.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Hi @mauteri, thanks for the report!
We're already tracking this issue in #19867.