[Zope-dev] Benchmarks: DTML vs. ZPT?
seb bacon
seb@jamkit.com
07 Feb 2002 09:53:26 +0000
Hi!
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.
seb
On Thu, 2002-02-07 at 00:01, Joachim Werner wrote:
> Hello!
>
> Has anyone done any performance comparisons between DTML and ZPT yet? The
> reason I'm asking is that we did some first(completely unscientific) tests
> and had the impression that ZPT were actually quite a bit SLOWER than DTML -
> and I just can't believe that ...
>
> Joachim
>
>
> _______________________________________________
> Zope-Dev maillist - Zope-Dev@zope.org
> http://lists.zope.org/mailman/listinfo/zope-dev
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope )