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

When there are hundreds of managed applications, the load time can take over 30 seconds. #1133

Closed
asibross opened this issue Mar 22, 2019 · 2 comments

Comments

@asibross
Copy link
Contributor

UI load time can take a long time when many applications are being managed.
In my case I have over 300 applications with ~2000 instances.

When I browse to a specific instance directly (deep-link), the /applications endpoint still downloads all of the applications, although it only really need a single application (and also that specific instance).

A possible optimization is to lookup the referer header and if it contains the instance id i.e. https://../instances/{instance id}/details then to only return the associated application.

A caveat to this optimization is that if you navigate to the applications list view (without refreshing the page) only a single application will appear. This can be addresses in the UI side by actually making a second call to get all applications.

@yevtsy
Copy link

yevtsy commented May 14, 2019

I think the issue #1044 is similar to this one

@SteKoe
Copy link
Contributor

SteKoe commented Jul 28, 2023

Will be tracked in #1283.

@SteKoe SteKoe closed this as not planned Won't fix, can't repro, duplicate, stale Jul 28, 2023
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

4 participants