Optimize api/v2/events/ N+1 #3586
Labels
app:activemembers
Issues regarding the activemembers-app
app:events
Issues regarding the events-app
optimization
Issues regarding slowness
priority: medium
A new feature or a bugfix that is non-critical.
What?
https://thalia.nu/api/v2/events/ is slow, probably at least partially because of https://thalia.sentry.io/issues/4580718277/. We should see if we can get rid of that N+1 issue (and possibly any other occurrences of the same thing.
Why?
More performance = more happy. It might help with high server load as well.
How?
Probably some prefetching or annotation.
The text was updated successfully, but these errors were encountered: