cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro application loading takes long after deployment

former_member190085
Participant
0 Kudos

Hi Experts,

We are facing this strange kind of a problem. Whenever we deploy a webdynpro DC and then runs an application for the first time, it takes long long time to load - more than 20 minutes some times. But, the next run after it doesn't take any time at all.

This also happens when a dependent DC is deployed.

I can also see that this time to load gradually increases day by day. Once a restart happens, the time to load after deployment is much reduced, but as we work and deploy each day, this delay increases and climbs up to even half-an-hour sometimes.

Can anyone give any way to track and solve this issue.

Thanks

Vijay.K

Accepted Solutions (0)

Answers (2)

Answers (2)

nikhil_bose
Active Contributor
0 Kudos

Hi Vijay,

See [WebDynpro Java Resource Consumption|http://help.sap.com/saphelp_nw04/helpdata/en/b5/7e1141e109ef6fe10000000a1550b0/content.htm] documentation. You may use the parameter sap.session.ssr.showInfo=true in the application URL for analysis. [For 2004s only!]

or you can also see that if any other parameters are included in the application URL in browser. BTW, could you please share info like server version, browser using, backend services etc ?

regards,

Nikhil

Former Member
0 Kudos

Hello Vijay

My suggestions are check the below points

1) Check the Business Logic of WDJ code , if it is not followed standards the code as per SAP Standards Rework on code.

2) Check For Loops in the Business Logic of WDJ code

3) Check Backend Functiom modules code. Try to run corresponding FM's individually estimate the time how much time it is taking.

All the way you trace out the issue.

Regards

Sridhar S