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

sentry: N+1 Query #441

Open
fey opened this issue Jun 26, 2024 · 1 comment
Open

sentry: N+1 Query #441

fey opened this issue Jun 26, 2024 · 1 comment
Labels

Comments

@fey
Copy link
Collaborator

fey commented Jun 26, 2024

https://nikolay-gagarinov.sentry.io/share/issue/3de14ad358aa4a0cbf5f647981197167/

SELECT contributors_repository.id, contributors_repository.name, contributors_repository.html_url,
  contributors_repository.is_tracked, contributors_repository.owner_id,
  contributors_repository.organization_id, contributors_repository.project_id,
  contributors_repository.full_name, contributors_repository.is_visible
FROM contributors_repository
WHERE contributors_repository.id = %s
LIMIT 21

image

@fey fey added the sentry label Jun 26, 2024
@fey fey changed the title N+1 Query sentry: N+1 Query Jun 26, 2024
@fey
Copy link
Collaborator Author

fey commented Jun 26, 2024

Судя по всему это на главной странице 🤔

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

No branches or pull requests

1 participant