Got long running queries?
<cfquery name="myquery" datasource="ds">
select whatever
</cfquery>
<cfoutput>Exection time: #cfquery.executionTime# msecs</cfoutput>
Note: the syntax is cfquery.executionTime not queryname.executionTime
Got long running queries?
<cfquery name="myquery" datasource="ds">
select whatever
</cfquery>
<cfoutput>Exection time: #cfquery.executionTime# msecs</cfoutput>
Note: the syntax is cfquery.executionTime not queryname.executionTime