Whatever message this page gives is out now! Go check it out!
Name | Description |
ColdFusion | The ColdFusion version. |
Template | The requested template. (In the dockable. cfm format, this appears in the Page Overview section and is called Page.) |
TimeStamp | The time the request was completed. (In the dockable. cfm format, this appears in the Page Overview section and is called Date.) |
Locale | The locality and language that determines how information is processed, particularly the message language. |
User Agent | The identity of the browser that made the HTTP request. |
Remote IP | The IP address of the client system that made the HTTP request. |
Host Name | The name of the host running the ColdFusion server that executed the request. |
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. |
Button | Description |
Debug This page | Tells ColdFusion to display the debugging information for the selected frame. Refreshes the debug pane if you select it for the current frame (or the application does not use frames). |
Floating/Docked debug pane | Toggles the display between a floating window and a pane docked to the left of the selected frame. |