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

Sluggish performance #1232

Open
tdudgeon opened this issue Feb 12, 2024 · 5 comments
Open

Sluggish performance #1232

tdudgeon opened this issue Feb 12, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@tdudgeon
Copy link
Contributor

The UI is often quite sluggish in updating.
No idea why, but we need to investigate and improve this.
For instance, switching between tabs, or loading info on job results.

@tdudgeon tdudgeon added the enhancement New feature or request label Feb 12, 2024
@OliverDudgeon
Copy link
Contributor

Usually this due to a request waterfall that should be optimised

@OliverDudgeon
Copy link
Contributor

Seems like the page SSR was particularly slow. So I've disabled it for now. This seems to improve tab switching speed.

@OliverDudgeon
Copy link
Contributor

Alan has improved the API request performance on getting tasks greatly. Issue #1251 makes use of a new parameter to do server-side filtering of this request which should help further.

@OliverDudgeon
Copy link
Contributor

Where else is the UI slow?

@tdudgeon
Copy link
Contributor Author

tdudgeon commented Mar 6, 2024

Sygnature said that the settings page was slow when there was a large number of projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants