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=> '/');