[Zope] speeding up dtml-tree

Andy McKay AndyM@ActiveState.com
Tue, 15 Aug 2000 10:04:04 -0700


A real crude way to hack the dtml-tree tag is to make it always assume there
are child nodes. This prevents the look up and is a lot faster. Think of
Windows Explorer style tag.

--
     Andy McKay, Developer, ActiveState
     http://www.ActiveState.com
     Programming for the People


----- Original Message -----
From: "Clinton Roy" <croy@dstc.edu.au>
To: <zope@zope.org>
Sent: Monday, August 14, 2000 9:06 PM
Subject: [Zope] speeding up dtml-tree


> hello folks
>
> i'm using the dtml-tree tag and generating it's contents via external
> methods. Unfortunately child lookups are quite slow, as well as the
> icon choosing machinery; is there any way to cache the tree node
> objects that my external method creates?
>
> thanks for any help.
> --
> Clinton Roy
>
>
> _______________________________________________
> 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 )
>