An idea I find interesting, found on https://github.com/thephpleague/statsd: ``` php $statsd->time('api.dbcall', function () { // this code execution will be timed and recorded in ms }); ``` Would be nice to implement here :)