Open mcrumm opened 3 years ago
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.
Hey @mcrumm do you mind giving more info about this issue? Thanks!