cancel
Showing results for 
Search instead for 
Did you mean: 

Performance in ESS and MSS

dsharmak
Advisor
Advisor
0 Kudos

Dear Expert,

Is there any specific performance recommendations for ESS/MSS content being accessed over WAN.

Best Regards,

Deepak..

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hello Deepak,

Here are couple of recommendations :-

1) Make sure that UWL is not there on the landing page.

2) Take the HTTP trace and check whether the resources like css, js are compressed.

3)Enable the caching at network elements like :- Reverse Proxy etc.

4)If you have developed custom java webdynpro apps then take the Wily trace to check the time spent on J2EE Server side.

5)Check the official Perform Guide for O4s.

Thanks

Nishant

Answers (1)

Answers (1)

former_member201257
Active Contributor
0 Kudos

There are no specific performance recommendations for ESS and MSS itself.

Since the source code is already delivered by SAP, we can assume that the coding has been done keeping performance in mind.

The only suggestion I can make here is try to make your portal landing page a simple html file which would not require a backend call. This will improve the time taken for the initial portal landing page to load.

The standard homepage framework based ESS and MSS landing pages need to make a backend call for loading the landing page also.

You can look at the general recommendations to improve portal performance and your network performance.

I believe you can find tons of information on improving portal performance tuning here on SDN.

Thanks,

Shanti