Opened 3 years ago

Closed 2 years ago

#14297 closed defect (bug) (duplicate)

Add paging to users on ms-sites.php to avoid crashing sites with large users base.

Reported by: prettyboymp Owned by:
Priority: normal Milestone:
Component: Network Admin Version: 3.0
Severity: major Keywords: has-patch needs-testing
Cc: prettyboymp, seanosh

Description

Sites with thousands of users causes ms-sites.php to crash since it tries to load all the users on the page. Paging should be added to the users handling to avoid this.

Attachments (1)

14297.patch (5.7 KB) - added by prettyboymp 3 years ago.
this patch requires wp_numeric_to_associative() function from http://core.trac.wordpress.org/attachment/ticket/13937/add_meta_box.2.diff

Download all attachments as: .zip

Change History (4)

this patch requires wp_numeric_to_associative() function from http://core.trac.wordpress.org/attachment/ticket/13937/add_meta_box.2.diff

  • Cc seanosh added
  • Component changed from General to Network Admin
  • Milestone changed from Awaiting Review to 3.1

Is this handled in trunk?

  • Milestone 3.1 deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Sites is now paginated.

Note: See TracTickets for help on using tickets.