1

I heard some rumors about minifying SAPUI5 applications to improve Performance, especially that comments should be removed?

Does anyone know something about it? Are there tools especially for UI5 to do this minification?

Any other tips for improving Performance on loadup?

My ideas:

  • Require only controls instead of complete libraries
Jasperan
  • 2,154
  • 1
  • 16
  • 40
dotchuZ
  • 2,621
  • 11
  • 39
  • 65

1 Answers1

1

You can use grunt-openui5 to minify your libraries and components.
This merges your files into a single preload file and therefore reduces the number of requests which should improve loading performance.

hirse
  • 2,394
  • 1
  • 22
  • 24