Index: openacs-4/packages/acs-templating/www/doc/timing-1.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/timing-1.html,v diff -u -r1.1.1.1 -r1.1.1.1.28.1 --- openacs-4/packages/acs-templating/www/doc/timing-1.html 13 Mar 2001 22:59:27 -0000 1.1.1.1 +++ openacs-4/packages/acs-templating/www/doc/timing-1.html 9 Sep 2014 08:32:02 -0000 1.1.1.1.28.1 @@ -37,7 +37,7 @@

- For some reason, this seems to take much longer on the TCL only + For some reason, this seems to take much longer on the Tcl-only page. Maybe because it's the first in a triple of pages that e-Tester requests? There may be a little longer time gap between chain-frac-2 and the next request of chain-frac-0 @@ -60,7 +60,7 @@

Serving /webroot/web/brech/acs/packages/acs-templating/www/admin/test/chain-frac-0.tcl with rp_handle_tcl_request

- Here the actual work supposedly happens. The TCL only page is + Here the actual work supposedly happens. The Tcl-only page is clearly fastest. Always reparsing pages expectedly affects the templated page, and -2, which compiles two ADP pages, is affected more than -1. The benefit of -2, wrapping -1 in another include, @@ -72,7 +72,7 @@

Invoking trace filter ad_issue_deferred_dml

- For some reason, the TCL-only page takes significantly longer. + For some reason, the Tcl-only page takes significantly longer.

Done invoking trace filter ad_issue_deferred_dml (returning filter_ok)

@@ -88,7 +88,7 @@ Overall, the templated pages are delivered faster. Forcing the template system to always reread all files and to recompile the ADP part slows them down, as expected, but overall they are - still faster than the TCL only page. + still faster than the Tcl-only page.
Christian Brechbuehler