helm-dashboard
helm-dashboard copied to clipboard
Enhancement/show chart icon and description
Fixes #55
@undera Can you please cherry-pick the PR and see the API performance? What I observed is API call happens in the background. So once the home page (installed charts list) loads, it takes a while to populate the icon and description until the API execution completes. Maybe there is a better way to handle that?
I checked out the code and I see that current slowness cannot be removed. It's not our backend that runs slow, it is Helm that runs slow.
The future solution to this will be to cache results of some operations we do with Helm.
Please help review
It looks good IMO. If you have finished and there's no more questions - I will merge it.
I think you can merge it I will check on comment separately
Great! Thank you very much!