•
ColdFusion took 125 ms for processing that was not associated with a specific page.
•
The total processing time was 328 milliseconds, the sum of 125 + 203.
Database Activity
In the Administrator, when Database Activity is selected on the Debugging Settings page, the
debugging output includes information about database access.
SQL Queries
The SQL Queries section provides information about tags that generate SQL queries or result in
retrieving a cached database query: cfquery, cfinsert, cfgridupdate, and cfupdate. The section
looks like the following figure in the dockable.cfm output format:
The output displays the following information:
•
Page on which the query is located.
•
The time when the query was made.
•
Query name.
•
An indicator if the result came from a cached query.
•
SQL statement, including the results of processing any dynamic elements such as CFML
variables and
results of all ColdFusion processing of the SQL statement.
•
Datasource name.
•
Number of records returned; 0 indicates no match to the query.
•
Query execution time.
•
Any query parameters values from
396
Chapter 18: Debugging and Troubleshooting Applications
tags. This information is particularly useful because it shows the
cfqueryparam
cfqueryparam
tags.
Need help?
Do you have a question about the COLDFUSION MX 61-DEVELOPING COLDFUSION MX and is the answer not in the manual?
Questions and answers