ColdBox Interceptions
Profile any ColdBox Interception Call

// Profile Custom or Core interception points
profileInterceptions : true,
// By default all interception events are excluded, you must include what you
// want to profile
includedInterceptions : [ "onUserSave", "ORMPostLoad" ],Last updated
Was this helpful?