> On Sat, 1 Feb 2003, Irubin Consulting wrote: > > > I believe my problem is in the way that I handle data from the db and > > transfer it to HTML::Template's param function. > > I believe you are wrong. Most database applications have their > bottlenecks in the code that interacts with the database, not in their > interaction with HTML::Template. As a rule of thumb, HTML::Template is a > bazillion times faster than your database! > > To find out where your application is really spending its time, use a > profiler, like Devel::DProf or (only if that won't work) Devel::Profiler. > The latest release of DBI also comes with profiling tools, see > DBI::Profile for details. > > -sam
Thanks for the reply Sam. My concern is not about HTML::Template but rather on the method on which I collect the data and transfer it to be used by HTML::Template. I have used HTML::Template very often and am truly pleased with its functionality and results. Roy ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Html-template-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/html-template-users
