Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #18616, comment 6


Ignore:
Timestamp:
10/23/2015 04:38:23 PM (9 years ago)
Author:
sc0ttkclark
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18616, comment 6

    initial v1  
    1 I'd be totally +1 for this, but because it still requires three joins (wp_term_relationships for terms related to the posts, wp_term_taxonomy to restrict by taxonomy, wp_terms to get the term name).
     1I'd be totally +1 for this, but I just can't because it still requires three joins (wp_term_relationships for terms related to the posts, wp_term_taxonomy to restrict by taxonomy, wp_terms to get the term name).
    22
    33However, there are solutions in the form of snippets and maybe even plugins -- that can add this functionality. So I'd say, for performance reasons, this should be closed. Three joins is an awful lot on a very large database of posts with heavy use of terms.