QB/Quick
Profile all qb and quick calls
The qb
collector can be activated if you are using the our qb
module and/or quick
ORM. It will then track all calls made with raw qb sql and quick entities.
qb : { enabled : false, expanded : false, logParams : true }
Configuration
Key
Type
Default Value
Description
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
Was this helpful?