Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #19867, comment 77


Ignore:
Timestamp:
09/30/2020 08:53:20 PM (5 years ago)
Author:
patopaiar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19867, comment 77

    initial v1  
    1 Confirming that this is in fact a critical problem breaking down the Delete user functionality in this site with ~400,000 users when the function attempts to load them all into the selector.
    2 
    3 How to solve this?
    4 
    5 * Paginating results somehow when a large user base is detected?
    6 * Displaying a search box that fetches specific results? The search might result an expensive operation too in a large user base, re-introducing the problem trying to be solved.
    7 
    8 I have practically no experience contributing to core, but would be interested in helping with a patch if there's interest in solving this quite nasty problem in core.
     1Re-reading the thread history in better detail that replied I posted made no sense.
     2Removed it, and apologies for the intromission.
     3Will watch the ticket in case an opportunity to help comes up.