cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 static is very slow

Former Member
0 Kudos

Hi,

I was doing a performance comparison between an app that uses SAPUI5 static zip file and the same app pointing to https://sapui5.hana.ondemand.com/sdk/resources/sap-ui-core.js for resources. The static app is very slow compared to the later. Can you help me understand why it is so?

Thanks

Senthil

Accepted Solutions (0)

Answers (3)

Answers (3)

ashwin_narayan
Participant
0 Kudos

Hi Senthil,

Can you share, how you been able to get those zip files?.. I tried but im not able to get any file.

Please do share the link if possible.

THanks,

Ashwin

AndreasKunz
Advisor
Advisor
0 Kudos

Hi Senthil,

the resources in the static zip are the same, so on which server are they deployed? What does the browser's network monitor show? Are the single requests faster or slower? Are there more or less requests (single files vs preload files!!)? Are they cached for one, but not for the other server? Is there a proxy involved that also does caching? Are the UI5 versions the same?

A view at the network tab should quickly tell you what's going on when the difference is so significant.

Regards

Andreas

Former Member
0 Kudos

Hi Senthil,

                 The static resource would be local to the server which it is deployed on, but the netweaver link you are pointing resides outside the server, so there would be some network latency in resource handling,it is the reason for performance issue.

Thank you.

Regards,

               Pruthvi.

Former Member
0 Kudos

The static resources are slower than than hitting the SAP server.