-
-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
affects-profilingProfiling-related issueProfiling-related issueaffects-queryingQuery-related issueQuery-related issuemoderate-changeModerate changes requiredModerate changes required
Milestone
Description
I have a feeling I might have done something wrong in the way the MiniProfiler integrates with the querying code. The problem looks like it would be because I only notify MiniProfiler on the first read and at the end of the whole read, not for every individual item.
Is the point because the query is actually performed to get the first result and the rest of the time the DB is actually waiting on us? Should I be also stopping the timing then on the first read?
I need to sanity check my implementation against the EF Core diagnostic listener again: https://github.com/MiniProfiler/dotnet/blob/master/src/MiniProfiler.EntityFrameworkCore/RelationalDiagnosticListener.cs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
affects-profilingProfiling-related issueProfiling-related issueaffects-queryingQuery-related issueQuery-related issuemoderate-changeModerate changes requiredModerate changes required