dev0103-001
on 5
October 2000, probably with acs-4-0-beta-R20001001. Here are the
graphs for the 14 stages, titled by the log message of their
beginning.
No difference; all take about 2.6 ms. The same is the case for the few following stages: Short times and apparently independent of the kind of page.
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
An unexplained but clear distinction here: 0 is faster than 2, and 1 is slowest.
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, isn't apparent; on the contrary, -1 is in all cases a bit faster than -2. The benefit of caching seems more than offset by the extra complexity of nesting several templates.
For some reason, the Tcl-only page takes significantly longer.
That last phase is ended by Done invoking trace filter ds_trace_filter (returning filter_ok)
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.