The query to select nodes by taxonomy term uses the nid field rather than the vid which is in the primary key. On larger data bases this becomes a very slow query (taking over one second). Compare your query to the one generated by the taxonomy module in taxonomy_select_nodes() which joins on vid.

CommentFileSizeAuthor
changeset_r8951.diff1.09 KBdrewish

Comments

jvandervort’s picture

Status: Needs review » Fixed

Thanks committed to HEAD.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.