Skip to content
New issue

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

Duplicate Queries not being detected as duplicates #627

Open
Banner-Keith opened this issue Nov 16, 2022 · 2 comments
Open

Duplicate Queries not being detected as duplicates #627

Banner-Keith opened this issue Nov 16, 2022 · 2 comments

Comments

@Banner-Keith
Copy link

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.

image

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.

@DurveshKumarPal
Copy link

Hey, @Banner-Keith can you assign me?

@Banner-Keith
Copy link
Author

@DurveshKumarPal I'm not a maintainer of this project so I can't assign it to anyone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants