Application performance is very slow. What could be the reason for this?

Application performance is very slow. What could be the reason for this?

Cross-verify if this is across all business users or if the slow performance is specific to individual machine where ARC is accessed. It is always recommended to have a regular, scheduled restart of Tomcat services and maintenance of admin DB (restart necessary if HSQL service) in terms of purging usage data and other related activities. This is essential for optimal Application performance.
    • Related Articles

    • The application performance is very slow

      a) Ensure that there are no KPIs or graphs trying to retrieve data and inturn the system went unresponsive b) Also check if there are any idle connections to the database. These idle connections should be deleted from database.
    • Why is the application performance very slow?

      Ensure the following: a. There are no processes running in the background. For example, some KPIs or graphs trying to retrieve data. b. Terminate idle connections to the database. These two cases can make your application run slower. This is advanced ...
    • Why is the performance of ARC slow sometimes?

      The performance of ARC depends on the aspects like Tomcat's memory settings, physical RAM and also the indexes etc, you can verify the indexes in the admin db as follows. Try adding the following indexes into the admin db: > CREATE INDEX ...
    • How to improve the performance of ARC application?

      The resolution specified below is one among many, as the performance of ARC depends on several other aspects like Tomcat's memory settings, physical RAM etc. In cases where ARC is slow to be accessed, try adding the below-mentioned indexes into the ...
    • Analyzing scheduled KPI affecting CPU usage and performance. What could be the reason

      For Scheduled KPI, when we click on 'Analyze' button, a 'Schedule Report' page gets displayed. There's an option to select the generation type of the output (either Excel or XML). By opting for 'XML' method, the data retrieval will be considerably ...