cancel
Showing results for 
Search instead for 
Did you mean: 

How can I reduce the size of stardard css and js of BSP?

Former Member
0 Kudos

Hi all,

I have problem with the js and css standard of sap.

When I enter the first each in the portal, this css are loaded (after cache):

- sapUrMapi_ie6.js with 333331 bytes

- ur_ie6.css with 174256 bytes

- popup_ie6.js with 22690 bytes

- events.js 22886 bytes

Total: more of less 1MB of datas.

How can I reduce the size of these files?

Can i not use this files and see the tabscripts or others object htmlb?

thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

GrahamRobbo
Active Contributor
0 Kudos

Hi Benito,

these files contain all "stuff" that the BSP Extensions need to work. If you decide to code your own HTML content you don't need them.

The other thing to consider is that these files should really be cached b your browser so this overhead only happens once.

Cheers

Graham