ColdBox Modules

Profile ColdBox Module registration and activation

The modules collector can be activated and it will profile and track all of your application's ColdBox modules. Specifically the registration and activation execution times. You can also reload and unload the modules if needed.

modules   : { enabled : false, expanded : false }

Configuration

KeyTypeDefault ValueDescription

enabled

Boolean

false

Enable the collector

expanded

Boolean

false

Expand the panel by default or not

Last updated