<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.6944.0">
<TITLE>TALInterpreter Performance</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>Hey all,<BR>
<BR>
&nbsp; I just installed Zope Profiler to check out the performance of my pages and I noticed that I have a few bottlenecks on TALInterpreter calls that I'd like to clean up.&nbsp; The issue is that the per call time seems a bit high on some of these.&nbsp; Granted, I've got a lot more TAL statements in my page templates than I would like (eventually I will pull these out into scripts), but are these numbers unusually high?<BR>
<BR>
ncalls&nbsp; tottime&nbsp; percall&nbsp; cumtime&nbsp; percall filename:lineno(function)<BR>
&nbsp;11618/29&nbsp;&nbsp;&nbsp; 0.265&nbsp;&nbsp;&nbsp; 0.000&nbsp;&nbsp; 91.736&nbsp;&nbsp;&nbsp; 3.163 TALInterpreter.py:390(do_optTag)<BR>
&nbsp;12242/29&nbsp;&nbsp;&nbsp; 0.282&nbsp;&nbsp;&nbsp; 0.000&nbsp;&nbsp; 91.736&nbsp;&nbsp;&nbsp; 3.163 TALInterpreter.py:382(no_tag)<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 26&nbsp;&nbsp;&nbsp; 0.000&nbsp;&nbsp;&nbsp; 0.000&nbsp;&nbsp; 88.941&nbsp;&nbsp;&nbsp; 3.421 ZopePageTemplate.py:192(_exec)<BR>
&nbsp;&nbsp;&nbsp; 34/25&nbsp;&nbsp;&nbsp; 0.000&nbsp;&nbsp;&nbsp; 0.000&nbsp;&nbsp; 64.615&nbsp;&nbsp;&nbsp; 2.585 TALInterpreter.py:632(do_defineMacro)<BR>
<BR>
Thanks for any advice.<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>