Mini Profiler Module

I love this.

Including a profiler tool directly into our frontend would allow developers to uncover what is going on under the hood. After clicking Save they could see what SQL statements it generated, which state machine events ran and for how long, etc. Today if you are not familiar with ORIGAM internals, it’s a blackbox and you have to guess or use other tools (browser’s network activity, SQL traces, logs, etc.).

MiniProfiler: A simple but effective mini-profiler for .NET and Ruby

There is an open branch for this:

We ended up forking the repository because the pullrequest with our fix was never merged.