[Zope] Re: Réf . : Re: [ Zope ] dtml-in
Chris Withers
chrisw@nipltd.com
Tue, 17 Oct 2000 17:51:39 +0100
(keep copying to the list so other people can jump in and help)
dsergent@imexpert.com wrote:
>
> thks a lot for your answer. It works, but I've a lot of dtml documents in
> my folder, and it's tooooooooooooooooooo slow with the sequence-item tag
> (less than one seconde with <dtml-var id>, and more than 10 secondes, with
> <dtml-var sequence-item>. Do you know any explaination about that ???
Of course ;-)
<dtml-var id> is rendering a single string.
<dtml-var sequence-item> goes through and renders each whole document,
which takes a lot longer...
cheers,
Chris