Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #39004, comment 49


Ignore:
Timestamp:
05/11/2025 11:22:41 PM (16 months ago)
Author:
SirLouen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39004, comment 49

    v2 v3  
    44There is [https://core.trac.wordpress.org/attachment/ticket/39004/39004.3.patch a patch uploaded 4 years ago] that enables this. The topic discussed here is that for a massive number of images, performance issues could appear.
    55
    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.
    77
    88Despite this plugin does the job, it is not doing it as expected and is not performant.