[rt-users] RT 3.0 Speed

Francesc Guasch frankie at etsetb.upc.es
Wed Apr 23 17:28:39 EDT 2003


Dean Kao wrote:
> I think I'm going to look into caching hack for QuickSearch.

Have you considered using the mason caching api ?

Something like this in the autohandler should help :

<%init>
return if $r->uri eq '/index.html'
   && !keys %ARGS
   && $m->cache_self(expire_in => '5 mins',key=> '/');





More information about the rt-users mailing list