performance and parseFile()

"Ogla Sungutay" <[email protected]> Wed, 19 Aug 2009 15:16:34 -0000
Newsgroups gmane.text.clearsilver.general
Message-ID <[email protected]>
Hi guys,

Before calling render(), do we always have to parseFile()?
I'm experimenting with FastCGI, and I thought I could store the parsed templates (one call) and then just render the parsed tree with new HDF over and over again.

Thanks!