User Guide

Table Of Contents
Using debugging information from browser pages 429
The page icon indicates the requested page.
Any page with an average processing time that exceeds the highlight value that you set on the
Debugging Settings page in the ColdFusion MX Administrator appears in red.
The next to last line of the output displays the time that ColdFusion took to parse, compile, and
load pages, and to start and end page processing. This figure is not included in the individual
page execution times. The last line shows the sum of all the time it took to process the request.
Tree execution time format
The tree execution time format is a hierarchical, detailed view of how ColdFusion processes each
page. If a page includes or calls second page, the second page appears below and indented relative
to the page that uses it. Each page appears once for each time it is used. Therefore, if a page gets
called three times in processing a request, it appears three times in the tree. Therefore the tree
view displays both processing times and an indication of the order of page processing.
The tree format looks as follows in the dockable.cfm output format:
As in the summary view, the execution times (in parentheses) show the times to process the listed
page and all pages required to process the page, that is, all pages indented below the page in
the tree.
Count The number of times the page is processed for the request.
Template The path name of the page.
Column Description