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

N+1 Query #179

Open
1 task
jmaupetit opened this issue Sep 23, 2024 · 0 comments
Open
1 task

N+1 Query #179

jmaupetit opened this issue Sep 23, 2024 · 0 comments
Assignees
Labels
API Item related to the API service improvement

Comments

@jmaupetit
Copy link
Member

Purpose

We have performance issue with some API endpoints (e.g. /statique/ GET).

Proposal

  • switch to a raw SQL query instead of a bad ORM usage

This issue has been detected via sentry. For more information read: https://docs.sentry.io/product/issues/issue-details/performance-issues/n-one-queries/

@jmaupetit jmaupetit added improvement API Item related to the API service labels Sep 23, 2024
@jmaupetit jmaupetit self-assigned this Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Item related to the API service improvement
Projects
None yet
Development

No branches or pull requests

1 participant