On a particular views page on my site which displays a lot of taxonomy terms, this patch brought the number of queries from 1260 to 755.

Comments

mstrelan’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: +Performance

Patch looks good, applies to latest dev version and greatly improves performance in certain situations
RTBC

eelkeblok’s picture

Thanks for this. With a little fiddling, I also got the patch applied to the current recommended release (6.x-1.3). I think this is an essential patch to this module, it is quite silly to repeatedly do the same database-query in case the same term is shown many times on the same page. It seems the module isn't being maintained all that actively at the moment, though.