[Zope-dev] Benchmarks: DTML vs. ZPT?
   
    Chris Withers
     
    chrisw@nipltd.com
       
    Thu, 07 Feb 2002 10:21:35 +0000
    
    
  
seb bacon wrote:
> 
> It wouldn't surprise me - ZPT has the roughly the same overheads as DTML
> for the language parsing, but a presentation template goes through an
> HTML parser in addition - which is always going to be quite slow in
> python.
IIRC, The HTML Parser is only used during compilation, not on every render.
I would have thought it'd eb a priority to get ZPT to be at least as fast as
DTML...
cheers,
Chris