mkuchin / docker-registry-web

Web UI for private docker registry v2
https://hub.docker.com/r/hyper/docker-registry-web/
GNU General Public License v2.0
534 stars 135 forks source link

Slow home page #17

Closed juntagabor closed 8 years ago

juntagabor commented 9 years ago

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?