a static variable would help cut a few queries off node listing pages. for example, i am seeing 4 of these on a home page:

SELECT path FROM term_image WHERE tid = 25

Comments

jeremy’s picture

Assigned: Unassigned » jeremy

The 4.5 and CVS version of this module have been updated to use a static variable, so now there is only one database search per image displayed.

Anonymous’s picture