-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
backendThis issue is related to the backendThis issue is related to the backendfrontendThis issue is related to the frontendThis issue is related to the frontendperformanceThis issue states a performance problem mainly affecting large projectsThis issue states a performance problem mainly affecting large projects
Description
the frontend loads the document table (search results etc.) very inefficiently:
- it retrieves the document IDs from the server (search result)
- for each ID it loads sDoc data
- 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:
- search request should not return IDs but the full data required to show the table (sDoc + tags etc.!)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backendThis issue is related to the backendThis issue is related to the backendfrontendThis issue is related to the frontendThis issue is related to the frontendperformanceThis issue states a performance problem mainly affecting large projectsThis issue states a performance problem mainly affecting large projects