Skip to main content
Documentation|Performance Issues Error List

Last updated on : 21 Jan 2025

Performance Issues Error List

Overview

There may be a lot of performance issues that may come up when the user is testing the app. Here is an exhaustive list of all the performance issues that may be highlighted in the report and what they mean.

App Performance Insights

Issue NameDescriptionAndroidiOS
Slow app launchYour app took more than 5 seconds to fully load.SupportedSupported
Space efficientInstalled app size is greater than 100MBSupportedSupported
Avg CPU surgeYour app is using more than the recommended 20% CPU, which could lead to slower performance and battery drain.SupportedSupported
Avg Memory usageThe app's memory footprint exceeds the recommended threshold of 256 MB.SupportedSupported

UI Insights

Issue NameDescriptionAndroidiOS
Slow Webpage LoadYour app took more than 5 seconds to fully load.SupportedSupported
No of Jank frames > 0Number of Jank Frames Encountered. It measures how many frames failed to render on time, causing visible stuttering.SupportedNA

Network

Issue NameDescriptionAndroidiOS
Insecure connectionAn insecure connection, like using HTTP instead of HTTPS, leaves data vulnerable to interception.SupportedSupported
Five Slowest endpointRefers to the API or service endpoint that takes the longest time to respond.SupportedSupported
Failed requestA failed request issue occurs when an API or service request does not complete successfully.SupportedSupported
Security issueA network security issue involves vulnerabilities that can expose data to unauthorized access.SupportedSupported
Exposed sensitive dataRefers to the unintentional disclosure of confidential information, making it accessible to unauthorized parties.SupportedSupported
Large transfer > 1MBIf file size is greater than 1MBSupportedSupported

Logs

Issue NameDescriptionAndroidiOS
Total CrashesApp crash events detected during testing.SupportedNA
Total ANRsANR (Application Not Responding) occurs when an Android app becomes unresponsive for more than 5 seconds.SupportedNA
BINDER IssuesA communication problem between apps and system services, potentially causing delays or crashes.SupportedNA
PERMISSION issuesOccurs when the app lacks required permissions, causing functionality failures.SupportedNA
NETWORK issuesRefers to problems with data transmission, like failed requests or slow responses.SupportedSupported
FRAME_SKIP issuesOccurs when an app fails to render frames on time, causing stuttering or lag.SupportedNA
UI issueProblems related to the visual and interactive elements of the application.NASupported
System issueResource consumption spikes, causing slow responsiveness during peak usage.NASupported
MemoryOccurs when an app excessively allocates memory, leading to slowdowns or crashes.SupportedSupported

Did this page help you?