Foo Ji-Haw wrote: > Hello Perrin, > > Thanks for the tip. I am just surprised that setting dynamic pages to > expire immdiately is not a common line in the code for developers.
$r->no_cache(1); > Don't > we want them (pages) to expire immediately, instead of worrying whether > the browser will cache the page? Or am I missing something here? intelligently worrying about the browser cache will help your performance a great deal. there's an entire section in the perl.apache.org docs about it. --Geoff