Skip to content

Slow home page #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
juntagabor opened this issue Nov 10, 2015 · 0 comments · Fixed by #24
Closed

Slow home page #17

juntagabor opened this issue Nov 10, 2015 · 0 comments · Fixed by #24

Comments

@juntagabor
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant