Forum OpenACS Development: Re: TCL API vs includelets for html snippets

Collapse
Posted by Don Baccus on
Templates are compiled into Tcl and the Tcl is compiled into bytecode and the result of that is cached.

The timestamp on the template is checked to make sure it hasn't changed, then the bytecode is executed.

So the overhead is minimal.