You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, let me describe my issue. This is typical profiler line view:
There is a lot of repeated sql queries, but there is no any extra helpful information to detect the place to optimization. I want to see which queries are executed there. But there is no such info, I should go to "Database" profiler page and should lookup through plain list of queries.
It would be cool, if popup with extra information (sql query in my case) opens on hover on timeline item.