Setting ADF Client State Token

26-12 Oracle Fusion Middleware Performance and Tuning Guide

26.4.6 Tuning Performance of the RSS News Feed Service

To manage overall resource usage for the RSS News Feed service, you can adjust the refresh interval and timeout in the adf-config.xml file. If you must modify these properties, post deployment, use the System MBeans Browser. The following is a sample snippet of adf-config.xml: rssC:adf-rss-config rssC:RefreshSecs3600rssC:RefreshSecs rssC:TimeoutSecs3rssC:TimeoutSecs rssC:ConfiguredtruerssC:Configured rssC:adf-rss-config

26.4.7 Tuning Performance of the Search Service

To manage overall resource usage and user response time for searching, you can adjust the number of saved searches displayed, the number of results displayed, and these timeout values: ■ prepareTimeoutMs - Maximum time that a service is allowed to initialize a search in ms. ■ timeoutMs - Maximum time that a service is allowed to execute a search in ms. ■ showAllTimeoutMs - Maximum time that a service is allowed to display search all results in ms. Post deployment, modify timeout properties through Fusion Middleware Control or using WLST. For details, see: ■ Modifying Oracle SES Connection Details Using Fusion Middleware Control in Oracle Fusion Middleware Administrators Guide for Oracle WebCenter. ■ Modifying Oracle SES Connection Details Using WLST in Oracle Fusion Middleware Administrators Guide for Oracle WebCenter. The following is a sample snippet of adf-config.xml: searchC:adf-search-config xmlns=http:xmlns.oracle.comwebcentersearchconfig display-properties common numSavedSearches=25 region-specific usage id=simpleSearchResultUIMetadata numServiceRows=5 usage id=searchResultUIMetadata numServiceRows=5 usage id=localToolbarRegion numServiceRows=5 region-specific display-properties execution-properties prepareTimeoutMs=1000 timeoutMs=3000 showAllTimeoutMs=20000 execution-properties searchC:adf-search-config

26.4.8 Configuring Portlet Cache Size

You can modify the portlet cache size in the adf-config.xml file. The default portlet cache size is set to 10 MB. If you must modify these properties, post deployment, you must edit adf-config.xml manually.