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

Improve reaction speed of pages with a table #3533

Closed
3 tasks
matthias-ronge opened this issue Apr 24, 2020 · 0 comments
Closed
3 tasks

Improve reaction speed of pages with a table #3533

matthias-ronge opened this issue Apr 24, 2020 · 0 comments

Comments

@matthias-ronge
Copy link
Collaborator

matthias-ronge commented Apr 24, 2020

The user interface takes an incredibly long time to build pages with tables, especially if you keep in mind that the tables (should) be shown from a search engine index. This mainly affects the list of processes and the dashboard. The rotary key symbol appears often and for a long time. It is particularly offending that, after search queries, a table with incorrect values is slowly built up, then it flashes briefly, and the correct data appears in a split second.

Screenshot 1

Screenshot 2

Goals:

  • In any case, the relevant data should be displayed immediately, not then via an update.
  • Tables should be displayed 100% from the search engine index. This must be reviewed and corrected where necessary.
  • If a display from the index is technically not possible, the possible components from the index should be displayed and the remaining components reloaded asynchronously in order to quickly get a reactive user interface again.
@matthias-ronge matthias-ronge changed the title Improve reaction speed Improve reaction speed of pages with a table Apr 27, 2020
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

2 participants