cancel
Showing results for 
Search instead for 
Did you mean: 

How can i control the size of the External Facing Portal page ?

Former Member
0 Kudos

Hi forum

How can i control the size of the External Facing Portal page ? i mean that the portal comes with full page size, i want to reduce it.

thnks

Josué Cruz

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos
Former Member
0 Kudos

Hi Josue,

Could you please let me know how to reduce teh page load time and page size for WebDynpro application.

Regards,

Anupama

Former Member
0 Kudos

First of all, know that Web Dynpro is a heavy application, speaking of the burden it creates, but there are some good practical steps you can take to tunner your application:

1) analyzes the contexts and are so loaded, that is, there are times when people put the whole context in the context controller, as are attributes of view.

2) If you look at RFC BAPI's, check how many calls you make. You could put everything in a BAPI to bring all the catalogs and not so one by one.

3) If your application requires faster, better analysis I suggest you do it in JSP or AbstractPortalPage Dynpage.

4) A tuning

5) Review the initial sizing

6) Do not carry all the graphical controls of your application on a single screen, separate them in various processes or screens, so that each screen is lighter in load.

Josué