Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Optimize loading Check catalogs and settings in the UI #446

Open
nelsonkopliku opened this issue Nov 12, 2021 · 0 comments
Open

Optimize loading Check catalogs and settings in the UI #446

nelsonkopliku opened this issue Nov 12, 2021 · 0 comments
Labels
enhancement Improvement of existing features UI/UX

Comments

@nelsonkopliku
Copy link
Member

nelsonkopliku commented Nov 12, 2021

Loading the Connection settings and Checks selection in the Cluster Detail page is the result of 2 http requests the frontend makes to the APIs.

GET /api/checks/:clusterId/settings and GET /api/checks/catalog

Those requests are made at different points in time:

  • when the page is loaded
  • when we click on the settings button
  • when we close the modal without saving changes
  • after we saved the settings

we can reduce the number of http requests made at certain points when they're not strictly needed.

Let's define when those are needed and when we can avoid.

image

@nelsonkopliku nelsonkopliku added enhancement Improvement of existing features UI/UX labels Nov 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Improvement of existing features UI/UX
Development

No branches or pull requests

1 participant