When accessing WebUI homepage, it take a while to load. Upon further inspection, logs shows the UI queries all tag manifests:
/v2/dummy/test/tags/list
then
/v2/dummy/test/manifests/1
/v2/dummy/test/manifests/2
...
/v2/dummy/test/manifests/N
When dealing with a big registry, with a lot of tags, this considerably slows down the home page. Could it be possible to query only the list of tags (Ex: /v2/dummy/test/tags/list) when loading the home page?
When accessing WebUI homepage, it take a while to load. Upon further inspection, logs shows the UI queries all tag manifests:
/v2/dummy/test/tags/list then /v2/dummy/test/manifests/1 /v2/dummy/test/manifests/2 ... /v2/dummy/test/manifests/N
When dealing with a big registry, with a lot of tags, this considerably slows down the home page. Could it be possible to query only the list of tags (Ex: /v2/dummy/test/tags/list) when loading the home page?