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

tables load content inefficiently #471

Open
fynnos opened this issue Nov 21, 2024 · 0 comments
Open

tables load content inefficiently #471

fynnos opened this issue Nov 21, 2024 · 0 comments
Labels
backend This issue is related to the backend frontend This issue is related to the frontend performance issue is a performance problem mainly affecting large projects

Comments

@fynnos
Copy link
Collaborator

fynnos commented Nov 21, 2024

the frontend loads the document table (search results etc.) very inefficiently:

  1. it retrieves the document IDs from the server (search result)
  2. for each ID it loads sDoc data
  3. for each ID it loads other related data such as tags

this results in high system/database load and slow loading times for large projects

recommended solution:

  1. search request should not return IDs but the full data required to show the table (sDoc + tags etc.!)
@fynnos fynnos added backend This issue is related to the backend frontend This issue is related to the frontend performance issue is a performance problem mainly affecting large projects labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend This issue is related to the backend frontend This issue is related to the frontend performance issue is a performance problem mainly affecting large projects
Projects
None yet
Development

No branches or pull requests

1 participant