I believe that there are two important performance aspects of mobile or hybrid applications.
- API Control (also AJAX)
- Transaction monitoring
API Control (also AJAX)
Basically, all mobile web or hybrid apps are designed with APIs to improve performance. Application performance depends on how the API works. Therefore, it is important to measure API calls (AJAX). The following metrics should be measured in every AJAX call.
- Response time
- Callback time
- Data Transferred
- Received data
Transaction monitoring
All applications deal with key operations such as "Login", "Registration", "Subscribe", "Buy", etc. It is useful to measure these key transactions. These transactions include one or more API calls. The transaction time can be measured by noting the start time of the transaction and calculating the duration at the end of the transaction. This includes the following metrics.
- Request response time
- Failure Response Time
If you are looking for services with the above function, you can try https://www.atatus.com/
PS: Atatus web developer.
source share