27 Oct
2001
27 Oct
'01
6:12 p.m.
Sreekanth S Rameshaiah writes:
Zope parses all dtml object requests. Hence even if we have static html in a dtml object zope server parses every request of that object. Can we make a html page and include that in any part our dtml documents to reduce server parsing overheads? You can use "File" to store static HTML pages or page fragments. You can either directly access them through the Web or include their content with "<dtml-var file>" into a DTML object.
Dieter