[Zope] structured-text perfomance problem

Andreas Jung Andreas Jung" <andreas@zope.com
Fri, 30 Nov 2001 08:42:12 -0500


If this problem is reproducable and if you have a testcase, please submit=
 it
to the collector.

Andreas
----- Original Message -----
From: "=E1=CE=C4=D2=C5=CA =F0=D5=DE=C9=CE" <nash@garant.ru>
To: <zope@zope.org>
Sent: Friday, November 30, 2001 08:14
Subject: [Zope] structured-text perfomance problem


Hi!

I try to render a lot of HTML-text using:

<dtml-in "getHTML()">
  <dtml-var sequence-item>
</dtml>

where sequence-item is single paragraph of HTML. If i do this, the
text isn't displayed correctly. The end of array returned by getHTML()
not displayed... it looks like this:

            <p><DIV ID=3D"COMMENT"><P ALIGN=3D"JUSTIFY"><SPAN><FONT
COLOR=3D"Fuchsia"><I><A HREF=3D"346,0" onClick=3D"gotoLink(this)">=F3=CD.=
 =CB=CF=CD=CD=C5=CE=D4=C1=D2=C9=CA
=CB =D3=D4=C1=D4=D8=C5 37 =EB=CF=CE=D3=D4=C9=D4=D5=C3=C9=C9 =F2=E6</A></I=
></FONT></SPAN></P></DIV></p>

            <p><DIV ID=3D"COMMENT"><PRE></PRE></DIV></p>

            <p><DIV ID=3D"COMMENT"><A NAME=3D"348"></A><P
ALIGN=3D"CENTER"><B>=F3=D4=C1=D4=D8=D1 38</B></P></DIV></p>

            <p><DIV ID=3D"COMM
                           ^^^^^^^^^ here it breaks

When the fmt=3Dstructured-text is specified for dtml-var tag all text
displayed correctly, but it takes too long time.

Do you now any perfomance tricks&tips???

Regard,
Andrew


_______________________________________________
Zope maillist  -  Zope@zope.org
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )