Index: openacs-4/packages/acs-templating/www/doc/timing-1.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/timing-1.adp,v diff -u -r1.2.2.2 -r1.2.2.3 --- openacs-4/packages/acs-templating/www/doc/timing-1.adp 9 Jun 2016 13:03:12 -0000 1.2.2.2 +++ openacs-4/packages/acs-templating/www/doc/timing-1.adp 5 Jul 2016 12:14:22 -0000 1.2.2.3 @@ -26,7 +26,7 @@

Handling authentication

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 +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

Handling authorization

@@ -49,9 +49,9 @@ 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, -isn't apparent; on the contrary, -1 is in all cases a bit faster -than -2. The benefit of cacheing seems more than offset by the -extra complexity of nesting several templates.

+isn't apparent; on the contrary, -1 is in all cases a bit +faster than -2. The benefit of cacheing seems more than offset by +the extra complexity of nesting several templates.

Invoking trace filter ad_issue_deferred_dml

For some reason, the Tcl-only page takes significantly @@ -66,10 +66,11 @@

Total time

-

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.

+

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.


Christian Brechbuehler