27 Feb
2006
27 Feb
'06
6:21 p.m.
Moshe Weitzman wrote:
2) query result caching
modules are welcome to use the cache_set/cache_get API for this. forum.module used to o this, but it was removed when node_access went in. this really makes sense only for expensive queries that aren't personalized and i can't think of any of those in core right now.
The forum index page is both personalized and *massively* expensive. jh