We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using MiniProfiler 4.2.22 in a .net framework MVC app.
Settings:
MiniProfiler.Configure(new MiniProfilerOptions { TrackConnectionOpenClose = false, PopupRenderPosition = RenderPosition.BottomRight, SqlFormatter = new SqlServerFormatter() });
This is an example of what I am seeing although the actual queries have been obfuscated for security reasons.
These two queries differ only in the value of the one parameter.
I found this while diagnosing performance issues in one of our applications. It would be easier to see it if these were detected as duplicates.
I have definitely seen duplicates identified in the past in mini profiler. So I'm not sure why that's not happening here.
The text was updated successfully, but these errors were encountered:
Hey, @Banner-Keith can you assign me?
Sorry, something went wrong.
@DurveshKumarPal I'm not a maintainer of this project so I can't assign it to anyone.
No branches or pull requests
Using MiniProfiler 4.2.22 in a .net framework MVC app.
Settings:
This is an example of what I am seeing although the actual queries have been obfuscated for security reasons.
These two queries differ only in the value of the one parameter.
I found this while diagnosing performance issues in one of our applications. It would be easier to see it if these were detected as duplicates.
I have definitely seen duplicates identified in the past in mini profiler. So I'm not sure why that's not happening here.
The text was updated successfully, but these errors were encountered: