---
title: Summary page: View high-level mobile app performance
source: https://docs.newrelic.com/docs/mobile-monitoring/mobile-monitoring-ui/mobile-app-pages/summary-page
---

The Summary page provides an operational snapshot of your mobile app. All charts, tables, and statistics show data for a specified [time window](https://docs.newrelic.com/docs/query-your-data/explore-query-data/dashboards/manage-your-dashboard/#dash-time-picker) and app version.

![GIF of the mobile summary page](https://docs.newrelic.com/images/mobile_screenshot-full_summary-gif.gif "Mobile summary page")

**[one.newrelic.com > All capabilities](https://one.newrelic.com/all-capabilities) > Mobile > (select an app):** The summary page provides high-level performance data and a landing base to drill down into specific metrics or issues.

The Summary page captures five key performance metrics:

| Metric                         | Description                                                                                                                                                                                                                                                            |
| ------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Application crash rate         | Number of crashed sessions over time as a percentage of all sessions, broken out by app version. The average crashed session percent, total number of crashes, and count of unique users affected by those crashes during the time window is shown in the upper right. |
| App launches                   | Number of app session launches monitored over the time window. An app launch is defined by the length of time between the app loading on a screen and when the app is sent to the background.                                                                          |
| HTTP errors (network failures) | Number of network requests that result in a `http status code error` (`400` or higher) as a percentage of all completed requests, and the number of `failed network calls` (for example, a connection failure) as a percentage of completed requests.                  |
| HTTP response time             | Average response time of all completed http requests from each of the top five hosts your app communicates with. The top five hosts are calculated based on count of completed requests to each host.                                                                  |
| Frequent interactions          | Five most commonly executed user interactions in your app.                                                                                                                                                                                                             |

## View the Summary page [#summary-page]

1.  Go to [one.newrelic.com > All capabilities](https://one.newrelic.com/all-capabilities) > Mobile.
2.  Select your mobile app. The Summary page loads by default.

## Dive deep into specific performance metrics [#use-cases]

| **If you want to...**                                         | **Do this**                                                                                                                                                                                                                                                |
| ------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Filter metrics by a specific app version                      | Select your choice from the **Versions** menu below the New Relic menu bar (if multiple versions are available). ![NR Mobile version dropdown](https://docs.newrelic.com/images/mobile_screenshot-crop_version-dropdown.webp "NR Mobile version dropdown") |
| View additional details about interactions                    | Select the **Most frequent interactions** table and click into a specific interaction.                                                                                                                                                                     |
| View additional details about mobile app crashes              | Select the **Crash rate** chart's title to go to the [Crash list](https://docs.newrelic.com/docs/mobile-monitoring/mobile-monitoring-ui/crashes/mobile-apps-crashes-page) page.                                                                            |
| View additional details about mobile versions                 | Select the **App launches** chart's title to go to the [Versions](https://docs.newrelic.com/docs/mobile-monitoring/mobile-monitoring-ui/usage-pages/versions-analysis) page.                                                                               |
| View additional details about HTTP response time              | Select a point anywhere in the **HTTP response time** chart to go to the [HTTP requests](https://docs.newrelic.com/docs/mobile-monitoring/mobile-monitoring-ui/network-pages/http-requests-page) page.                                                     |
| View additional details about HTTP errors or network failures | Select the **HTTP errors/network failure** chart's title, OR click anywhere in the table to go to the [Errors](https://docs.newrelic.com/docs/mobile-monitoring/mobile-monitoring-ui/network-pages/errors-mobile-apps) page.                               |

## (Recommended) Set up mobile monitoring alerts [#alerts]

We recommend creating alerts for key mobile issues like slow network requests and increases in crash rate. To easily set up these alerts from the Summary page:

1.  Click **Add recommended conditions**.

    ![Screenshot of the New Relic mobile Summary page](https://docs.newrelic.com/images/mobile_screenshot-full_mobile-alert-conditions.webp "Mobile Summary page")


2.  Choose a number of recommended alert conditions.

    ![Mobile recommended alert conditions](https://docs.newrelic.com/images/mobile_screenshot-crop_mobile-add-alert.webp "Mobile recommended alert conditions")

3.  Click **Next**.

4.  Select a policy to get notified. You can select an existing one or [create a new policy](https://docs.newrelic.com/docs/alerts-applied-intelligence/new-relic-alerts/alert-policies/create-edit-or-find-alert-policy/#alert-policy-name).

5.  Click **Activate conditions**.
