# WireBox Creations

There will be cases where you need to test the performance of the creation of certain objects in WireBox. You can do so by activating the `profileWireBoxObjectCreation` setting in the `requestTracker`. Once enabled, you will see the profiling of all objects created by WireBox in the debug timers.

```cfscript
requestTracker : {
    ...
    profileWireBoxObjectCreation : true
    ...
}
```

<figure><img src="https://639975657-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fkinv4fgugMReTxKWlgH5%2Fuploads%2F1b91CmnvWjCTYaRx9zdF%2FSCR-20230616-nhxa.png?alt=media&#x26;token=5f966e19-b864-4907-9e87-7d765db1620e" alt=""><figcaption><p>WireBox Creations</p></figcaption></figure>
