Hi, 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.
I like Template-Toolkit very much because it is so complex and it can do many things, but I saw that in fact I just need a templating system that can do: - Is able to loop like "foreach" using arrays or hash references. - Is able to use conditions (if, elsif, else) - Is able to create cache. Do you know which is the fastest templating system which can do these? Thank you very much. Teddy -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>