Lucee SQL

Profile any Lucee SQL query

The luceeSql collector can be activated if you are in a Lucee engine and it will track all SQL calls made by your application. You can event choose to show the biding parameters or not.

// Lucee SQL Collector
luceeSql   : { enabled : false, expanded : false, logParams : true }

Configuration

KeyTypeDefault ValueDescription

enabled

Boolean

false

Enable the collector

expanded

Boolean

false

Expand the panel by default or not

logParams

Boolean

true

Log the binding query parameters

Last updated