| 6 | | [https://plugins.svn.wordpress.org/media-library-assistant/trunk/includes/class-mla-data-query.php Checking at the plugin code], maybe I'm wrong, but I feel the performance issues will be even worst because the query is brining each single record in the `postmeta` table, instead of just taking, at least, the records with meta keys _wp_attachment_image_alt` or `_wp_attached_file` as proposed in the last patch. |
| | 6 | [https://plugins.svn.wordpress.org/media-library-assistant/trunk/includes/class-mla-data-query.php Checking at the plugin code], maybe I'm wrong, but I feel the performance issues will be even worst because the query is brining each single record in the `postmeta` table, instead of just taking, at least, the records with meta keys `_wp_attachment_image_alt` or `_wp_attached_file` as proposed in the last patch. |