-
Notifications
You must be signed in to change notification settings - Fork 9
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 in user_show_logs_json
#750
Comments
These 6 lazy fetches cause ~300ms in the linked event. This is not negligible! pycroft/web/blueprints/user/__init__.py Lines 407 to 420 in 968f2ad
pycroft/web/blueprints/user/__init__.py Lines 394 to 402 in 968f2ad
pycroft/web/blueprints/helpers/log.py Lines 28 to 42 in 968f2ad
It seems to me that these fetches come from
|
Sentry Issue: PYCROFT-9C
The text was updated successfully, but these errors were encountered: