LW IT Solutions

WordPress meta_query JOIN Analyzer

Every clause of a meta_query adds another JOIN on wp_postmeta, and postmeta has no index on the value. Three conditions are enough to turn a product listing into a query that reads hundreds of thousands of rows. This analyzer shows that and generates the table that replaces it.

OTHER TOOLS