Collections
Profile the request collections in ColdBox
Last updated
Profile the request collections in ColdBox
Last updated
You can use the collections
configuration structure to configure the collections
panel in the debugger. This will dump out the rc
and the prc
collections with the final snapshot of their data. We recommend that you only enable this collector with the appropriate dump top levels as it can completely crash your server trying to dump out all the variables in the collections.
WARNING : This collector can crash your server. Make sure you have limits and use it wisely.
Key | Type | Default Value | Description |
---|---|---|---|
enabled
Boolean
false
Enable the collector
expanded
Boolean
false
Expand the panel by default or not
maxQueryRows
Integer
50
Number of rows to show for query dumps
maxDumpTop
Integer
5
How many levels to output on object dumps