Show TOC

PerformanceLocate this document in the navigation structure

The following measures help you improve performance when loading data or modules.

Module Loading

The app uses an asynchronous bootstrap and all files use the sap.ui.define and sap.ui.require syntax. This allows for asynchronous loading of modules and dependencies and greatly increases the application performance. For more details, see sap.ui.define and sap.ui.require in the sap.ui API Reference section of the Demo Kit.

Data Loading

The app initially loads only the minimum amount of service data for the first page. The worklist table is set to growing mode so that only the first few items are displayed for performance reasons. Using the scrollToLoad feature, the user can display more items by scrolling down or pressing the trigger at the end of the table.