scribu / wp-posts-to-posts

Efficient many-to-many connections between posts, pages, custom post types, users.
http://wordpress.org/plugins/posts-to-posts/
969 stars 260 forks source link

Performance Issue - Admin List Dropdown #536

Open DeanMarkTaylor opened 7 years ago

DeanMarkTaylor commented 7 years ago

It appears in my current environment \P2P_Dropdown::get_choices called from \P2P_Dropdown::render_dropdown may be causing ALL posts of the current list type (read 1000's) to be queried when the connected posts (< 10) are populated for the dropdown.

Also whilst only ID and title are required to populate the dropdown all meta data for all items is also loaded.

Highlighting here on the off-chance someone picks up on developing this plugin again.