From: "Perrin Harkins" <[EMAIL PROTECTED]>
Sorry, but I suspect there's a mistake in your test. Possibly you
counted the time for JIT to do the initial compile, which is slow but
only happens once. HTML::Template::Compiled is fast, but it's not as
fast as JIT. I don't recommend actually using JIT though, since it's
harder to debug template coding mistakes with, and HTML::Template is
fast enough.
- Perrin
I have made the test using Apache's ab program, in a program that uses
mod_perl, and the pages were displayed much more faster when using
HTML::Template::Compiled.
This happened 3 or 4 years ago if I remember well, and the things might have
changed since then.
Octavian