[Templates] Template Toolkit Performance in Mod Perl
Daniel Williams
danielw@staff.iinet.net.au
Thu, 27 Jul 2006 22:18:25 +0800
> FWIW - You could also see if using CGI::Ex::Template (part of CGI::Ex)
gives=20
> you any speed returns. It should be a drop in replacement for most=20
> Template::Toolkit uses.
> Paul Seamons
Thanks Paul, I wasn't aware of this module.
After doing some testing though I saw marginal performance losses using
this module over the standard Template Toolkit, so I'm back to the
standard.
=20
Daniel