Please give us a description of what happened
To Reproduce
Step-by-step reproduction instructions
- Have a lot of user in your database with certain rights.
- Go to a post edit page where it loads the Comment notification recipients dropdown.
- Page loads stop because of high memory usage.
Expected results
- Page to load.
Actual results
- Page doesn't load.
In the admin.php on you use wp_dropdown_users to load the users. It would be nice if this could be replaced by an AJAX-powered search field so it doesn't load all the users at the same time.
Please give us a description of what happened
To Reproduce
Step-by-step reproduction instructions
Expected results
Actual results
In the admin.php on you use wp_dropdown_users to load the users. It would be nice if this could be replaced by an AJAX-powered search field so it doesn't load all the users at the same time.