-
Notifications
You must be signed in to change notification settings - Fork 10
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
Disable user_loading
on arbitrary endpoints
#439
Comments
What triggers the user loader on
(I artificially injected the |
lukasjuhrich
changed the title
Disable
Disable Jun 13, 2022
user_loading
on endpointsuser_loading
on arbitrary endpoints
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To be dealt with after #370.
For some reason, loading an asset while being logged in (i.e., being handled by the
static
endpoint) triggers the user loader, causing a lot of API calls – but there should be None, we don't need any information about the user when serving, say, a.css
file.There should be a (regression) test for this, as this has a significant performance impact.
The text was updated successfully, but these errors were encountered: