Show TOC

sap-ui5 Variant for BootstrappingLocate this document in the navigation structure

The sap-ui5 variant loads all classes and controls of SAPUI5 standard libraries with one single request and is a predecessor of the preload variant.

The sap-ui5 variant has the following constraints:

  • You can not extend the set of libraries. For custom libraries you must use the all-in-one variant instead.
  • All the contained code is executed. This may increase the initial startup time of the application depending on the browser, the client computer or device, and so on.
  • The file size is huge.

We recommend to use the preload variant instead. Keep in mind that the preload variant is used automatically for optimized sources.