How to improve Artifactory UI speed? Why is my Artifactory UI slow?

How to improve Artifactory UI speed? Why is my Artifactory UI slow?

AuthorFullName__c
JFrog Support
articleNumber
000001425
ft:sourceType
Salesforce
FirstPublishedDate
2016-10-06T13:35:46Z
lastModifiedDate
2024-03-10T07:48:22Z
VersionNumber
6

You may encounter a Artifactory User Interface performance issue for the following reasons:

 

  • ISSUE: Slow UI performance due to system resources
    RESOLUTION: Check your Artifactory's JVM and Database resource while browsing. If the resource is running low, increasing the resource will help improve the UI navigation
  • ISSUE: Slow UI performance in the tree view, when artifact names contain an underscore '_' 
    RESOLUTION: It is planned to be fixed in Q4 2015 (Vote and Watch here to receive update)
  • ISSUE: Slow UI performance because Javascript and CSS files are not minified
    RESOLUTION: Resolved in Artifactory version 4.2.0

User-added image

If the solution above does not resolve the issue, then please collect following items and send them to JFrog Support for investigation.

 

  • Memory usage details (see https://www.linux.com/community/blogs/133-general-linux/745323-5-commands-to-check-memory-usage-on-linux) on Artifactory machine
  • System information of Artifactory: Artifactory => Admin => Advanced => system_info
  • Detailed steps to reproduce the issue
  • Use a Chrome browser to capture when this issue happens and save HAR data using this instruction

  • Version number of Artifactory
  • Version number of proxy

  • Artifactory logs after enabling the following logs at $ARTIFACTORY_HOME/etc/logback.xml then reproducing the issue (do not require restart)
    <logger name="org.artifactory.storage.db.util.JdbcHelper">?<level value="DEBUG"/>?</logger>
  • Proxy (e.g. NGINX or APACHE) logs
  • Proxy (e.g. NGINX or APACHE) configuration files