WebSphere Portal Server - PageCode optimization for ComboxBox values in Portlet

This is Interesting: Free IT Magazines  
Home > Archive > WebSphere Portal Server > February 2006 > PageCode optimization for ComboxBox values in Portlet





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author PageCode optimization for ComboxBox values in Portlet

2006-02-08, 5:58 pm


In search portlet, we have combo boxes for StateCode, CountryCode. The page code is getting called 1000+ times. No of times calling is equal to the count in StateCode & CountryCode values. It takes alomst 2 minutes for that page is getting loaded.
Is there any way to prevent/optimize it, so that it will have min no of pagecode calling. It has become a big performance problem now.

The following is the snippet of the code we are using.

****************************************
**
styleClass="dashBoardBaseFont" id="menu3"
value="#{pc_SearchOrganization.objectSpace.TCRMOrganizationSearchBObjType.countryType}"
tabindex="18" onchange="return displayState(this, event);">

value="#{selectitems.pc_SearchOrganization.objectSpace.EObjCdCountryTps.name.tpCd.toArray}" />

****************************************
**

Help us out on this.
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com