Skip to main content
No Result Found
Connect & Get help from fellow developers on our Discord community. Ask the CommunityAsk the Community

iOS Page Load Time

Learn how to measure page load time for iOS apps using App Performance.

Page load time in iOS is measured from the moment the current view begins to disappear (disappearing event) to the moment the new view is fully visible (appearing event), representing a complete page transition. This helps identify performance bottlenecks and improve the overall user experience.

The feature is compatible with test automation frameworks such as Appium, Espresso, and XCUITest. The page load time metric is available on both App Live and App Automate.

The page load time metric is supported on iOS version 15 and later.

View page load time

To view page load time on App Live:

  1. In App Live, after starting a session, open the DEVTOOLS pane.
  2. You can now go to the PERFORMANCE tab and run the app performance test.
  3. End the session, then click View Full Report and scroll to the Page Load Time section. It displays the following details for a test session:
    • Average: The average time it takes for all pages to load during an app session.
    • Maximum: The longest time taken by a single page to load during an app session.
    • Page: The identifier or title of the screen that was loaded during the session.
    • Start Time: When the page started loading, counted from the beginning of the session. For example: If the session starts at 00:00 and the page begins loading at 00:30, the start time is 00:30 seconds.
    • Load Time: The time taken for the page to fully load, measured from the start of navigation to the moment the page is fully rendered. View the page load time report

To view page load time on App Automate:

  1. In App Automate, select the desired build and session.
  2. Click the App Profiling tab and scroll to the Page Load Time section.

Impact on user experience

Page load time directly affects how users perceive and interact with your app:

  • Navigation fluidity: Directly affects how smooth and responsive app navigation feels. Delays over 300-500ms become noticeably sluggish to users.
  • User engagement: Slow page loads (>1-2 seconds) significantly increase bounce rates and reduce user engagement, especially on mobile devices.
  • Perceived performance: Even if the app is functionally fast, slow view transitions create a perception of poor app quality and unreliability.
  • Task completion: Extended load times interrupt user workflows and can cause users to abandon their intended actions.

Recommendations

Follow these best practices to reduce page load time and improve your app’s performance:

  • Optimize view controllers: Minimize heavy operations in viewDidLoad and viewWillAppear. Defer non-critical UI setup and move data loading to background threads.
  • Implement progressive loading: Show skeleton screens or loading indicators immediately while content loads asynchronously to improve perceived performance.
  • Profile resource usage: Use the collected metrics to identify specific view controllers with consistently slow load times and investigate memory leaks, excessive network calls, or complex layout calculations.

We're sorry to hear that. Please share your feedback so we can do better

Contact our Support team for immediate help while we work on improving our docs.

We're continuously improving our docs. We'd love to know what you liked





Thank you for your valuable feedback

Is this page helping you?

Yes
No

We're sorry to hear that. Please share your feedback so we can do better

Contact our Support team for immediate help while we work on improving our docs.

We're continuously improving our docs. We'd love to know what you liked





Thank you for your valuable feedback!

Talk to an Expert
Download Copy Check Circle