cancel
Showing results for 
Search instead for 
Did you mean: 

Performance techniques

Usha
Advisor
Advisor
0 Kudos

Hello All,

Looking from the Performance aspects of any SAPUI5 application the techniques that are mentioned are Compression and Minification.

Under Compression technique for setting up HTTP Compression we have the below configuration to be maintained on the ABAP engine for some performance improvements:

  • if running SAPUI5 from backend ABAP engine ,enable compression by SICF -> default_host / sap / opu /odata/sap/XXX (service name) -->under Service Data tab    "Compression" option.

Do we have any other ways to adjust the compression from the server side or from the app?

One more query :does compression work for attachments?


Many thanks to the team for the support

Regards,

Usha

Accepted Solutions (0)

Answers (1)

Answers (1)

martin_E
Active Contributor
0 Kudos

Have a look at A Quick Look at the Performance of SAP's Modern UI Technologies // Speaker Deck from SAP mentor Sascha Wenninger. It talks about the effects of caching, content distribution, network topology etc on network (and therefore application) response time. It is not mobile specific, but there is a lot of stuff that the architecture of any network enabled application needs to consider.

hth