WPS: WebSphere Portal: Tuning English
Tuning
This wiki will be creating a series of articles outlining best practices for IBM WebSphere Portal environment.
I ask you to always return to this article will be updating as usual.
Steps
- Have an implementation plan
- Know your infrastructure
- Divide the compounds
- Platform
- Notes Mail Statistics
- Network report
- Server Load Statistics
- Have a baseline reference
Personalization:
Improve the performance of the personalization (PzN) function in WebSphere Portal.
Important: PersonalizationService.properties file is not managed by the DMGR, you need to change in all servers in the cluster.
Enabling Caching in Personalization
You can enable caching for Personalization.
Open file /opt/IBM/WebSphere/wp_profile/PortalServer/config/config/services/PersonalizationService.properties and set the property
rulesEngine.attributeBasedAdmin.enableCaching=true
Disable Nested Group Lookup in Personalization (UNDOCUMENTED)
if you don't have nested groups, you can disable nested group lookup.
Open file /opt/IBM/WebSphere/wp_profile/PortalServer/config/config/services/PersonalizationService.properties
set the property
rulesEngine.user.nestedGroupLookup=false