Our logfiles indicate that the relatednodes tag generates queries like this:
select c.otype, c.number, a.number from v15_aankeilers a, v15_insrel b, v15_images c where a.number=2561 AND a.number=b.snumber AND c.number=b.dnumber Contrary to what I would expect, it seems the result of these queries are not cached, so each subsequent use of the relatednodes tag results in another query. Is this a bug? I for one would expect these queries to go into the multilevel cache. What is the situation in 1.7 (our tests were using 1.6.3). And where does the RelatedCache fit in? Rob van Maris Technical Consultant Quantiq xmedia & communication solutions Koninginneweg 11-13 1217 KP Hilversum T +31 (0)356257211 M +31 (0)651444006 E [EMAIL PROTECTED]
