Profile any Adobe SQL query
Last updated 1 year ago
The acfSql collector can be activated if you are in an Adobe engine and it will track all SQL calls made by your application. You can event choose to show the biding parameters or not.
acfSql
// Adobe ColdFusion SQL Collector acfSql : { enabled : false, expanded : false, logParams : true }
enabled
Boolean
false
Enable the collector
expanded
Expand the panel by default or not
logParams
true
Log the binding query parameters