Hi,
first of all, I'm a really Web Dynpro Newbie, so please be careful with me 😉
My problem is following. I'm trying to boost performance of our business Web Dynpro project. The starting time is very high. The first view, which is displayed, calls a method of a service controller which just returns a string. With logging I found out, that between the calling of the service controller with "wdThis.wdGetXXXServiceController().getSomething()" and the wdDoInit() of the "XXXService", there is a delay of 5-10 seconds.
So, i have no idea, what is done in this seconds. The wdDoInit should the first code be called, or not?
Maybe someone has one idea. I'm afraid, that it will not be possible to post lot more of code, because I cannot locate the problem.