[Templates] Template Toolkit Performance in Mod Perl

Paul Seamons mail@seamons.com
Thu, 27 Jul 2006 07:42:10 -0600


> Any other performance tips that don't make it harder (or too much
> harder) for users to write templates would be great.

FWIW - You could also see if using CGI::Ex::Template (part of CGI::Ex) gives 
you any speed returns.  It should be a drop in replacement for most 
Template::Toolkit uses.

Paul Seamons