-
Notifications
You must be signed in to change notification settings - Fork 24
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
Tackle high page-load (and api response) times #3418
Comments
Btw, HTTP caching of the thumbnails seems to be missing completely. At least, chrome devtools never show "loaded from cache" for the thumbnails. We probably should set appropriate headers to nudge the browser to cache these.
|
Status from how I see it:
I'll move this back to backlog, @fm3. Feel free to close or re-manage. |
Fine by me. Of course, other things can always be optimized but I don’t think there’s any acute problem :) |
closing this since several of the slow calls have been optimized in the meantime :-) statistics and report pages are still slow, but this is expected and no one complained about that. |
slowest requests (avg of last three days):
ReportController and StatisticsController is ok to be slow (for now).
Thumbnail is slow because hundreds of those are called at the exact same time, when the frontend decides its cache is gone (maybe paginate the gallery to send less thumbnail requests?). Upload/Download depends on individual size of tracing, also ok for now, I’d say.
Can we optimize the list queries? (Maybe with some caching / compactWrites omitting unused fields?)
The text was updated successfully, but these errors were encountered: