cancel
Showing results for 
Search instead for 
Did you mean: 

regarding the performance of the webdynpro component

Former Member
0 Kudos

Hi All,

I have an issue of performance in my component. The senario is something like this.

firstly i have a main component say Zmain. The i have added nearly 20 vew contaiiners into that view.

and calling different components for each view (i.e using component usage ).So now my problem is when i am trying to run the application the main compoenent is taking much time to load.

So can u please suggest me some solution for this issue as what can i do to solve this .

Looking forward for your valuable suggestions :).

Regards,

Sana.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Misbah,

Yes I Agree with Thomas, It really hampers the System performance with many component usages, since all the components and their instances needs to created and called.

You need to consider in re-designing the application, and try to optimise the performance.

Regards,

Shashikanth. D

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

That is a lot of component usages in a single view. Why so many? You have to consider redesigning the application. Perhaps you have just gone too granular with your components. If this is a tab strip - then consider dynamic navigation so that all but the visible tab strip actually contains a dummy view. This will considerable cut down on the system load to render the application. More details on your application design would be required before anyone could supply a more detailed answer.