The taxonomy filter joins term_hierarchy and term_data at each level of depth, but term_data is not used. This patch changes the number of joins from (2*depth) to depth+1.

CommentFileSizeAuthor
views_taxonomy.inc.lessqueries.patch.txt2.75 KBsparr

Comments

merlinofchaos’s picture

Status: Needs review » Fixed

Patch applied. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)