-
Type:
Bug
-
Status: Open
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Artifactory, UI
-
Labels:None
-
Environment:
Dockerized Artifactory v7.35.2 with MySQL DB backend.
-
Severity:Medium
-
Location:External
Problem
When clicking on a folder in the folder tree a request to /ui/api/v1/ui/artifactgeneral/artifactsCount is made before the General page is even rendered properly.
For large repositories the General page will not render until the request is completed which can take quite some time.
The returned response seems to be discarded since a click on the "Artifact Count / Size: Show" link results in another request to the same endpoint.
Expectation
We expect the General page to render quickly and that there should never be a request to /ui/api/v1/ui/artifactgeneral/artifactsCount unless the user clicks on "Artifact Count / Size: Show".