[wp-trac] [WordPress Trac] #15104: Inefficient building of Quick Edit Author select tag
WordPress Trac
wp-trac at lists.automattic.com
Tue Oct 12 22:33:49 UTC 2010
#15104: Inefficient building of Quick Edit Author select tag
--------------------------+-------------------------------------------------
Reporter: kdnewton | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Performance | Version:
Severity: normal | Keywords: edit.php author select users quick edit
--------------------------+-------------------------------------------------
When dealing with a wp_users table with 37000+ records, the edit.php
response is almost 4MB in size.
{{{
<label><span class="title">Author</span><select name='post_author'
class='authors'>
<option value='1'>admin</option>
<option value='2'>kdnewton</option>
</select></label>
}}}
Imagine 37000+ options in that list. Perhaps the list can be generated
when needed? Or an option to turn off quick edit?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15104>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list