cancel
Showing results for 
Search instead for 
Did you mean: 

How can we reduce load time of an SAPUI5 App?

Former Member
0 Kudos

How can we reduce load time of an SAPUI5 App?

Accepted Solutions (0)

Answers (2)

Answers (2)

ericci
Active Contributor

Hi Rakesh, this is a little bit old post but it should be a good starting point to reduce load time: SAPUI5 Application Startup Performance – Best Practices

You should also give a try to grunt-openui5 grunt plugin to create the Component-preload.js . Keep in mind SAP will realease a new build tool in March 😉

0 Kudos

Hi Rakesh,

There are many ways to reduce the load time of a sapui5 application :


1. Load only those javascript libraries that are essential for the project.

2. Load the files asynchronously so that they can be loaded simultaneously.

3. Lazy loading can also play an important role in reducing load time.

Regards,
Nitin