Currently to load the registry viewer, it takes some time to get the response and show it on UI. But everytime the Show View is closed and again opened, the odo call to get the registries is done and use has to wait for it to load.
To improve the performance of it, the call should be made once and the json be stored. If there is no update on the registry list, the stored json should be shown in the UI.
If there is a change in the registry list, the json should be updated as soon as the list is updated and during the Show View, the call will be faster using the stored json, instead of multiple odo calls.
Currently to load the registry viewer, it takes some time to get the response and show it on UI. But everytime the
Show Viewis closed and again opened, the odo call to get the registries is done and use has to wait for it to load.To improve the performance of it, the call should be made once and the json be stored. If there is no update on the registry list, the stored json should be shown in the UI.
If there is a change in the registry list, the json should be updated as soon as the list is updated and during the
Show View, the call will be faster using the stored json, instead of multiple odo calls.