Make WordPress Core

Opened 15 years ago

Closed 10 years ago

Last modified 10 years ago

#12014 closed defect (bug) (duplicate)

Author selection becomes performance issue with large userbase with quick edit in admin

Reported by: wpmuguru's profile wpmuguru Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Quick/Bulk Edit Keywords:
Focuses: Cc:

Description

MU Trac Ticket: http://trac.mu.wordpress.org/ticket/1086

When the author user base becomes too large, the script handling for the quick edit or inline edit begins to fail. In our specific situation, we have over 14000 authors for a single blog. This is causing the inline-edit-post.js to timeout and not completely render all the fields.

Since this would be such a rare issue, I think the best solution would be to just offer a hook that could keep the author option from being a part of the quick edit form. Since the field value is filled by js, then just replacing it with a hidden input keeps the author from being replaced on update.

Change History (5)

#1 @Denis-de-Bernardy
15 years ago

probably dup of #5407

#2 @voyagerfan5761
15 years ago

  • Cc WordPress@… added

#3 @nacin
15 years ago

  • Milestone changed from Unassigned to Future Release

#4 @chriscct7
10 years ago

  • Resolution set to duplicate
  • Status changed from new to closed

This scalability issue is caused by wp_dropdown_users here. Marking as duplicate of #19867.

#5 @DrewAPicture
10 years ago

  • Milestone Future Release deleted
Note: See TracTickets for help on using tickets.