|
Hi. Firstly, I'm really glad I found this module, I started writing my own simple profiling module before I found this and it looks really good.
The only thing is, I can't see how it's possible to do anything with the data it gives, because the results don't tell you where in Orchard the profiling results are actually coming from. There's that "call stack" display but it says things like:
ExecuteReader GetResultSet DoQuery DoQueryAndInitializeNonLazyCollections LoadCollection Initialize Initialize OnInitializeCollection
... Which is basically meaningless, it's just telling me that a reader is being enumerated, it tells me nothing about where that query originated.
So is there any way to get MiniProfiler to display a full call stack, preferably with line numbers?
|