Skip to content

tables load content inefficiently #471

@fynnos

Description

@fynnos

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.!)

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendThis issue is related to the backendfrontendThis issue is related to the frontendperformanceThis issue states a performance problem mainly affecting large projects

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions