Skip to content

A code repository for hosting demo code to optimize the startup performance

License

Notifications You must be signed in to change notification settings

Michadelic/ApplicationStartupPerformanceDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApplicationStartupPerformanceDemo

A code repository for hosting demo code to optimize the startup performance of an app.

What's in here?

In the master branch you can find:

  • A suboptimal app build with SAPUI5
  • If you throttle your browser or deploy it to a server with high latency, you will feel how slow it is
  • You can apply the mechanismns shown in the blog below to boost the startup performance of the app and make it much faster

In the Result branch you can find:

  • The optimized code of the app with all important steps from the blog posts applied
  • It will be about 10x faster than the original code in the master branch for high-latency scenarios

Important: Set your browser language to en_US to avoid additional requests to i18n.properties files. No 404 response codes should appear in network trace.

Related Links

Multi-Version-Availability

Performance Optimizations – Best Practices Part I

Performance Optimizations - Best Practices Part II

Contributions

All content is published under the Apache 2.0 license. For more information check the LICENSE.txt file

If you spot any issues with the code or found a bug, please create an issue or a pull request and I will take care of it

Thank you,

Michael SAPUI5 Development Team

About

A code repository for hosting demo code to optimize the startup performance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages