You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: