Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #50161, comment 32


Ignore:
Timestamp:
09/04/2025 12:52:42 PM (8 weeks ago)
Author:
SirLouen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50161, comment 32

    initial v1  
    66> We added CREATE INDEX type_status_modified ON wp_posts (post_type, post_status, post_modified_gmt); and CREATE INDEX type_status_modified_no_id ON wp_posts (post_type, post_status, post_date_gmt);
    77
    8 I have not tested it yet, but since you made the test env, could you also check this to see whether this is better or not?
     8I have not tested it yet, but since you made the test env, could you also check this to see whether this is better or not? At a first glance I would say it should not.