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

Tracking model decoding time #969

Open
zKoz210 opened this issue Jan 19, 2025 · 1 comment
Open

Tracking model decoding time #969

zKoz210 opened this issue Jan 19, 2025 · 1 comment

Comments

@zKoz210
Copy link

zKoz210 commented Jan 19, 2025

Problem Statement

The biggest problem Sentry doesn't show is model decoding.

For example, I have a query with a condition that returns 250 models where I need to get a couple of fields. I'll see a 2-5ms request and sit happy, but if I start measuring the application's performance, I'll find that I'm wasting about 50ms when the DB facade could have been used at that point

Solution Brainstorm

I can't suggest how this could be implemented properly

@cleptric
Copy link
Member

Could clarify what you mean by Sentry "doesn't show" model decoding?

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

No branches or pull requests

3 participants