[Zope] TALInterpreter Performance
Robert Hill
RHill at msdinc.com
Wed Jan 19 17:18:50 EST 2005
Hey all,
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. The issue is that the per call time seems a bit high on some of these. 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?
ncalls tottime percall cumtime percall filename:lineno(function)
11618/29 0.265 0.000 91.736 3.163 TALInterpreter.py:390(do_optTag)
12242/29 0.282 0.000 91.736 3.163 TALInterpreter.py:382(no_tag)
26 0.000 0.000 88.941 3.421 ZopePageTemplate.py:192(_exec)
34/25 0.000 0.000 64.615 2.585 TALInterpreter.py:632(do_defineMacro)
Thanks for any advice.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope/attachments/20050119/d0638107/attachment.htm
More information about the Zope
mailing list