Page performance focuses on the loading time of each app page and displays real-time access data for all pages in your app, including page views, unique visitors, and unique accounts.
View the page performance report
Follow these steps:
Log on to the console. Go to Products & Services > Mobile PaaS and select your application.
In the navigation pane on the left, choose Performance monitoring > Page performance.
On the page performance page, select an app platform and a query time to view the corresponding performance report.
NotePage performance supports iOS, Android, and Harmony platforms.

To find a specific page, enter a keyword in the search bar at the top right of the page.
The page list includes the following fields: page name, unique visitors, unique accounts, page views, and page load time.
Unique visitors: The number of unique device IDs that accessed the page during the specified time period.
Unique accounts: The number of unique user IDs that accessed the page during the specified time period.
Page views: The total number of times the page was accessed (PV) during the specified time period.
Load time: The average time it took to load the page during the specified time period. Load time measures the duration from when the page starts loading until it finishes loading and is a key indicator of app availability.
You can sort pages by unique visitors, unique accounts, page views, or load time. To export the report, click Export data in the top right corner to download an Excel file.
View page load details
In the load time list, click Details in the Actions column to see detailed load time data for a page.
On the page performance details page, select a platform and time range to filter the data. The report includes:
Load time: The average page load time during the specified time period.
Top 5 device types by load time: A column chart showing page load times across different device models. By default, it displays the five device models with the longest load times.

The detailed load time report also shows data grouped by device model and app version. For each entry, you can see the platform and load time. You can sort this data by load time.

Configuration page
To simplify data queries, use the Page configuration feature to set the page ID for iOS, Android, and Harmony platforms and define the display name shown in reports.
Follow these steps to configure pages:
On the Page performance page, click Page configuration in the top right corner.
In the page configuration window, click Add page configuration and enter the following information:
Page name: The display name for the page in reports.
iOS page ID: The page ID in iOS, which is the view controller class name (
viewControlleName).Android page ID: The page ID in Android, which is the full class name of the Activity, such as
com.mpaas.demo.launcher.MainActivity.Harmony page ID: The page ID in Harmony, which is the page path name configured in
src/resources/profile/main_pages.json.NoteThe same page must use the same name across iOS, Android, and Harmony platforms.
Each iOS page ID, Android page ID, and Harmony page ID must be unique and cannot be duplicated.
After entering the page information, click Save. The new configuration appears in the list.
To edit an existing page configuration, click Edit next to the page, update the information, and save your changes.
To delete a page configuration, click Delete next to the page and confirm. This action does not affect how the page appears in reports.