CBORM

Profile all cborm queries

The cborm collector can be activated if you are using the ColdFusion ORM and our cborm module. It will then track all calls made with criteria queries, query executions and much more.

cborm   : { 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