Re: faster templates

2005-08-25 Thread Octavian Rasnita
Thank you. I also found that web page searching with Google and I think I will try HTML::Template. Teddy - Original Message - From: "Charles K. Clarkson" <[EMAIL PROTECTED]> To: "'Perl Beginners List'" Sent: Thursday, August 25, 2005 19:28 PM Subjec

RE: faster templates

2005-08-25 Thread Charles K. Clarkson
Octavian Rasnita wrote: That's not the recommended method of testing template systems. See http://perl.apache.org/docs/tutorials/tmpl/comparison/comparison.html for a comparison article. In the performance section IDs a reference to a comparison available on line htt

Re: faster templates

2005-08-25 Thread Octavian Rasnita
; <[EMAIL PROTECTED]> Cc: "Perl Beginners List" Sent: Thursday, August 25, 2005 15:06 PM Subject: Re: faster templates > On Thu, 25 Aug 2005, Octavian Rasnita wrote: > > > I am trying to speed up a site that uses mod_perl because it works > > slowly. I have done many

Re: faster templates

2005-08-25 Thread Chris Devers
On Thu, 25 Aug 2005, Octavian Rasnita wrote: > I am trying to speed up a site that uses mod_perl because it works > slowly. I have done many changes in MySQL queries and they are working > now much faster, but the site is still slow and I think this is > because I use Template-Toolkit. Do you