[Zope-dev] dtml-in performance

Brett Carter brett@kavi.com
04 Apr 2001 17:54:29 -0700


What can I do to maximize the peformance of a dtml-in statement?  
When iterating over a 2000 row database query, it takes about 20
seconds - time mostly spent doing security checks, and calling
__getitem__ in DT_InSV.py.  Is the performance of dtml-in just slow?
-Brett