Skip to content

Improve loading time for registry viewer #2496

@mohitsuman

Description

@mohitsuman

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions