Network Performance

Metrics of the Network Performance tab show key performance indicators for network reliability and monitor the health of your mini program's network calls. You can proactively identify issues, optimize performance, and ensure a smooth, high-quality experience for your users.

You can view data for the last 1, 3, 7, or 30 days. The trend chart reveals patterns and spikes. With these tools, you can quickly detect anomalies, compare short-term and long-term behavior, and investigate performance trends.

image.png

Figure 1. Network Performance

Network Request Failures

This section tracks the reliability of your mini program's network activity, including API calls, file uploads, and file downloads.

  • Network Requests Initiated
    • The total number of network API calls initiated. It sums the total number of HTTP requests, file uploads, and downloads in the specified time period.
  • Failed Network Requests
    • The total number of API calls that returned a fail status.
    • This is a direct measure of user-facing errors. A high number of failed requests can lead to broken functionality, missing content, and bad user experience.
  • Network Request Failure Rate
    • The percentage of total requests that failed.
    • This is the most critical indicator of network reliability. It shows the number of failures against the total volume, making it easy to spot systemic problems regardless of traffic fluctuations.

Note: To help you immediately understand performance trends, each key metric includes a comparison to the previous day. This allows you to instantly see whether your mini program network performance is improving, declining, or holding steady.

Network Request Trend

This trend chart visualizes network metrics over time, allowing you to drill down into trends and pinpoint when issues occurred. This visualization provides comprehensive insights into the mini program's network performance characteristics.

You can use the trend chart to track the network performance change trend and monitor failed network requests over the specified period of time.

More information