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

Provider resource API call is too slow on azure resource explorer UI #356

Open
mdv27 opened this issue Dec 12, 2022 · 1 comment
Open

Provider resource API call is too slow on azure resource explorer UI #356

mdv27 opened this issue Dec 12, 2022 · 1 comment

Comments

@mdv27
Copy link

mdv27 commented Dec 12, 2022

I am trying to change settings of azure app service having EasyAuth enabled. While traversal, each expand action API call takes ~4 Minutes. From browser network tab I can see GET https://resources.azure.com/api/operations/providers/{id} is the call which takes this longer.
I think the site behavior can be improved upfront by caching response of this API call as its called with each expand action on UI. Also its very high response time for an API call in general.
Web app url: https://resources.azure.com
Azure service: app-service

@noontz
Copy link

noontz commented Sep 7, 2023

I experience exactly the same.
I had several attempts on Chrome, (opted out of the last attempt after waiting 16 minutes).
Then I used Edge and it responded within a reasonable timespan.
It was also possible to access the providers within a reasonable timespan in chrome with a new incognito window, so seemingly it's a cache issue and most likely related to issue #347

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

No branches or pull requests

2 participants