Hi, I have enabled my application for profiling my DB connection, as seen in the examples:
return new StackExchange.Profiling.Data.ProfiledDbConnection(connection, MiniProfiler.Current);
I can see the profiler results in the page, but “query time” column is not shown. How can I troubleshoot that?
Thank you!