mcrumm/phoenix_profiler

Profile Ecto queries

Opened this issue · 2 comments

Profile Ecto queries

Hey @mcrumm do you mind giving more info about this issue? Thanks!

I would like to be able to gather the ecto queries that occurred as a result of the request being profiled. This can happen in two parts. We can start with the dead render, and collect the queries that occurred before send. Tracking queries within debug sessions will get a bit more difficult because they will span multiple pages but it should still be doable.