7 Feb
2002
7 Feb
'02
10:21 a.m.
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