|
|
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.
|
|