| Contents > Developing ColdFusion MX Applications > Debugging and Troubleshooting Applications > Using debugging information from browser pages > Execution Time Summary execution time format |
|
|
|
|
||
The summary format displays one entry for each ColdFusion page processed during the request. If a page is processed multiple times it appears only once in the summary. For example, if a custom tag gets called three time in a request, it appears only once in the output. In the classic.cfm output format, the summary format looks like the following figure:

The following table describes the display fields:
Column |
Description |
|---|---|
Total Time |
The total time required to process all instances of the page and all pages that it uses. For example, if a request causes a page to be processed two times, and the page includes another page, the total time includes the time required to process both pages twice. |
Avg Time |
The average time for processing each instance of this page and the pages that it uses. The Avg Time multiplied by the Count equals the Total Time. |
Count |
The number of times the page is processed for the request. |
Template |
The path name of the page. |
The page icon indicates the requested page.
Any page with an average processing time that exceeds the highlight value that you set in the ColdFusion MX Administrator Debugging Settings page 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.
|
|
||
| Contents > Developing ColdFusion MX Applications > Debugging and Troubleshooting Applications > Using debugging information from browser pages > Execution Time Summary execution time format |
|
|
ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6.1
Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.