cancel
Showing results for 
Search instead for 
Did you mean: 

SAP UI5 Libraries are taking time to load at first time

Former Member
0 Kudos

Hi,

SAP UI5 application is taking so much time to load at first time.

Library file of SAP UI5 such as are so heavy and they are taking time to load.

Is there any method to compress this files?

Regards,

Tulja

Accepted Solutions (0)

Answers (1)

Answers (1)

kammaje_cis
Active Contributor
0 Kudos

Tulja,

Compressed library files are around 2 MB. Looks like GZIP compression is not enabled in your server. But it is switched on by default. Check the request/response headers to check.

Thanks

Krishna

Former Member
0 Kudos

Hi Krishna,

We have enable the compression through SICF tcode. Do we need to do anything else to do the compression.

Former Member
0 Kudos

Krishna,

In header we are also passing the GZIP in "accept-encoding" field but still no impact is seen.

Please share some solution to resolve it.

Regards,

Tulja

Former Member
0 Kudos

Hello

We also faced a similar issue (Around 5.8MB download on first load). Our problem was that we were accessing the URL through a reverse proxy. We had to enable HTTP compression between the client and proxy.

Are you accessing the app via the internal network or via a reverse proxy?

Regards,

Thashin