Make WordPress Core

Opened 15 years ago

Closed 15 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's profile prettyboymp Owned by:
Milestone: Priority: normal
Severity: major Version: 3.0
Component: Network Admin Keywords: has-patch needs-testing
Focuses: multisite Cc:

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 15 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)

@prettyboymp
15 years ago

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

#1 @seanosh
15 years ago

  • Cc seanosh added

#2 @nacin
15 years ago

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

Is this handled in trunk?

#3 @nacin
15 years ago

  • 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.