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

Bad Performance #17

Open
buehlefs opened this issue Sep 29, 2020 · 0 comments
Open

Bad Performance #17

buehlefs opened this issue Sep 29, 2020 · 0 comments

Comments

@buehlefs
Copy link
Collaborator

This is a collection issue for everything that might cause bad performance of the system.

  • Memory leaks in UI Memory Leaks in UI #16
  • Many sql calls on some requests (see the newly included performance logs when runnning the backend)
  • Many api calls to fetch the newest state (all taxonomy calls, all list calls e.g. list of opuses or list of people)
  • Api calls returning lists potentially getting very large

Possible remedies:

  • Fix memory leaks
  • Optimise SQL calls and use caching in the browser to reduce API calls overall
  • Implement Pagination and staggered loading of list resources
  • Only load basic information for list resources (e.g. name and id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant