24 Tuning Oracle WebCenter Portal
You can tune Oracle WebCenter Portal to optimize its performance as a deployed application.
- About Oracle WebCenter Portal
Oracle WebCenter Portal helps companies to build enterprise-scale intranet and extranet portals that provide a foundation for the next-generation user experience (UX) with Oracle Fusion Middleware and Oracle Fusion Applications. - Basic Tuning Considerations
Tuning considerations apply to most WebCenter Portal application deployment scenarios. - Tuning Configuration for WebCenter Portal
You can tune configuration parameters to improve the performance of WebCenter Portal. - Tuning Tools and Services Configuration
You can tune the performance of tools and services used by WebCenter Portal. - Tuning Identity Store Configuration
Performance-related configurations may be required for specific environments. - Tuning Portlet Configuration
You can tune the performance of portlets in WebCenter Portal.
Parent topic: Oracle WebCenter Components
About Oracle WebCenter Portal
Oracle WebCenter Portal helps companies to build enterprise-scale intranet and extranet portals that provide a foundation for the next-generation user experience (UX) with Oracle Fusion Middleware and Oracle Fusion Applications.
Portals built with Oracle WebCenter Portal commonly support thousands of users who create, update, and access content and data from multiple back-end sources. Oracle WebCenter Portal delivers intuitive user experiences by leveraging the best UX capabilities from a significant portfolio of leading portal products and related technologies. From the user's perspective, the integration is seamless.
Business users can easily assemble new portals or composite applications by using Portal Composer and a page editor that includes a library of prebuilt reusable components. They can enhance user experience by wiring components together on the page, configuring content personalization, enabling the use of integrated social tools, and creating data visualizations.
For more information about Oracle WebCenter Portal, see:
Parent topic: Tuning Oracle WebCenter Portal
Basic Tuning Considerations
Tuning considerations apply to most WebCenter Portal application deployment scenarios.
It is highly recommended that you review these configurations and implement those that meet your particular usage requirements.
Parent topic: Tuning Oracle WebCenter Portal
Setting System Limit
To run WebCenter Portal at moderate load, set the open-files-limit
to 4096
. If you encounter errors, such as running out of file descriptors
, then increase the system limit.
For example, on Linux, you can use this command:
ulimit -n 8192
Refer to your operating system documentation to find out how to change this system limit.
Parent topic: Basic Tuning Considerations
Setting JDBC Data Source
To determine the correct setting for the JDBC data source, use the Oracle WebLogic Remote Console to monitor the running system database connection usage as described in Configuring Services. If the Waiting for Connection Failure rate is noticeably higher, and the Active Connections Current Count is close to reaching the maximum capacity, then consider increasing the capacity to avoid potential database connection contention.
However, if the Active Connections Current Count is routinely lower than the maximum capacity, consider reducing the capacity to save memory.
For more information, see Configuring Connection Pool Features in Administering JDBC Data Sources for Oracle WebLogic Server.
The following data source settings are WebCenter Portal defaults for data sources mds-SpacesDS and WebCenterDS. These settings can be adjusted depending on the application's usage pattern and load.
<jdbc-connection-pool-params> <initial-capacity>10</initial-capacity> <max-capacity>50</max-capacity> <capacity-increment>1</capacity-increment> <shrink-frequency-seconds>0</shrink-frequency-seconds> <highest-num-waiters>2147483647</highest-num-waiters> <connection-creation-retry-frequency-seconds>0</connection-creation-retry-frequency-seconds> <connection-reserve-timeout-seconds>60</connection-reserve-timeout-seconds> <test-frequency-seconds>0</test-frequency-seconds> <test-connections-on-reserve>true</test-connections-on-reserve> <ignore-in-use-connections-enabled>true</ignore-in-use-connections-enabled> <inactive-connection-timeout-seconds>0</inactive-connection-timeout-seconds> <test-table-name>SQL SELECT 1 FROM DUAL</test-table-name> <login-delay-seconds>0</login-delay-seconds> <statement-cache-size>5</statement-cache-size> <statement-cache-type>LRU</statement-cache-type> <remove-infected-connections>true</remove-infected-connections> <seconds-to-trust-an-idle-pool-connection>60</seconds-to-trust-an-idle-pool-connection> <statement-timeout>-1</statement-timeout> <pinned-to-thread>false</pinned-to-thread> </jdbc-connection-pool-params>
For information on how to edit MDS data source settings, see Tuning Data Source Connection Pools in Administering JDBC Data Sources for Oracle WebLogic Server.
Parent topic: Basic Tuning Considerations
Using Content Compression to Reduce Downloads
If clients connect to your server using relatively slow connections, that is, by using modems or VPN from remote locations, consider compressing the content before it downloads to the client. While content compression increases the load on the server, the client's download experience is much improved.
Note:
Beginning with release 11.1.1.8.0, WebCenter Portal is preconfigured with an ADF caching filter, which automatically sets up caching for static resources and do compression. This preconfigured ADF caching filter is available only for use with WebLogic Server.
Several content compression methods are available. The following steps describe how to use the mod_deflate
module from Apache.
For more information about the mod_deflate
module, refer to: http://httpd.apache.org/docs/2.0/mod/mod_deflate.html
.
Parent topic: Basic Tuning Considerations
Tuning Configuration for WebCenter Portal
You can tune configuration parameters to improve the performance of WebCenter Portal.
- Setting a Session Timeout for WebCenter Portal
- Setting MDS Cache Size and Purge Rate
- Configuring Concurrency Management
Parent topic: Tuning Oracle WebCenter Portal
Setting a Session Timeout for WebCenter Portal
The default session timeout for the WebCenter Portal application is 45 minutes. Administrators can customize the session time to suit their installation. For details see Specifying Session Timeout Settings in Using Portals in Oracle WebCenter Portal.
Parent topic: Tuning Configuration for WebCenter Portal
Setting MDS Cache Size and Purge Rate
If you encounter the any of the following conditions, then you can increase the MDS cache size in the adf-config.xml
file. The default MDS cache size is 100 MB.
-
Error message
JOC region full
-
Frequent MDS database access after the page is warmed up
-
Retained memory by ADF application is close to the
max-size-kb
Post deployment, modify these properties through the System MBeans Browser. For more information, see Changing MDS Configuration Attributes for Deployed Applications in Administering Oracle Fusion Middleware.
The following is a sample snippet of the adf-config.xml
file:
<cache-config> <max-size-kb>150000</max-size-kb> </cache-config>
Purging MDS data improves MDS queries. If your portal site changes frequently, you may want to purge old MDS data more often, by reducing the time between purges.
Consider setting the MDS auto-purge seconds-to-live
parameter (as shown in the example below) to remove older versions of metadata automatically every hour. By default, old versions of metadata are automatically purged every hour, that is, the auto-purge seconds-to-live
parameter is set to 3600 seconds (as shown in the example below).
Note:
Each purge incurs CPU usage in the database. Do not purge too often (for example, every 5 or 10 minutes) because the database CPU impact might outweigh the performance gains from the purge.
If excessive metadata is accumulated and each purge is very expensive, reduce this interval in the adf-config.xml
file.
By default, there is no auto-purge
entry in the adf-config.xml
file. Use the following sample snippet of the adf-config.xml
file to modify auto-purge:
<mdsC:adf-mds-config version="11.1.1.000"> <mds-config xmlns="http://xmlns.oracle.com/mds/config"> <persistence-config> <metadata-namePortal> ... </metadata-namespace> <auto-purge seconds-to-live="3600"/> </persistence-config>
To ensure the initial purge does not impact ongoing user activities, consider using the following WLST command to induce an MDS purge immediately before the bulk of the user load hits the system:
The following example shows how to purge all documents in the application repository whose versions are older than 10 seconds:
wls:/weblogic/serverConfig>purgeMetadata(application='[AppName]',server='[ServerName]',olderThan=10)
Parent topic: Tuning Configuration for WebCenter Portal
Configuring Concurrency Management
Concurrency management includes global settings that impact the entire WebCenter Portal and the service and resource specific settings that only impact a particular service.
You can define deployment-specific overrides or additional configuration in the adf-config.xml
file. For example, you can specify resource-specific (producers) values that are appropriate for a particular deployment.
The following code snippet describes the format of the global, service, and resource entries in the adf-config.xml
file:
<concurrent:adf-service-config xmlns="http://xmlns.oracle.com/webcenterportal/concurrent/config"> <global queueSize="SIZE" poolCoreSize="SIZE" poolMaxSize="SIZE" poolKeepAlivePeriod="TIMEPERIOD" timeoutMinPeriod="TIMEPERIOD" timeoutMaxPeriod="TIMEPERIOD" timeoutDefaultPeriod="TIMEPERIOD" timeoutMonitorFrequency="TIMEPERIOD" hangMonitorFrequeny="TIMEPERIOD" hangAcceptableStopPeriod="TIMEPERIOD" /> <service service="SERVICENAME" timeoutMinPeriod="TIMEPERIOD" timeoutMaxPeriod="TIMEPERIOD" timeoutDefaultPeriod="TIMEPERIOD" /> <resource service="SERVICENAME" resource="RESOURCENAME" timeoutMinPeriod="TIMEPERIOD" timeoutMaxPeriod="TIMEPERIOD" timeoutDefaultPeriod="TIMEPERIOD" /> </concurrent:adf-service-config>
Where:
SIZE
: A positive integer. For example: 20
.
TIMEPERIOD
: Any positive integer followed by a suffix indicating the time unit, which must be one of: ms
for milliseconds, s
for seconds, m
for minutes, or h
for hours. For example: 50ms
, 10s
, 3m
, or 1h
. The following are examples of default settings for different services. These settings are overwritten with any service-specific configurations in the connections.xml
file or the adf-config.xml
files:
<concurrent:adf-service-config xmlns="http://xmlns.oracle.com/webcenter/concurrent/config"> <service service="oracle.webcenter.community" timeoutMinPeriod="2s" timeoutMaxPeriod="50s" timeoutDefaultPeriod="30s"/> <resource service="oracle.webcenter.community" resource="oracle.webcenter.doclib" timeoutMinPeriod="2s" timeoutMaxPeriod="10s" timeoutDefaultPeriod="5s"/> <resource service="oracle.webcenter.community" resource="oracle.webcenter.collab.calendar.community" timeoutMinPeriod="2s" timeoutMaxPeriod="10s" timeoutDefaultPeriod="5s"/> <resource service="oracle.webcenter.community" resource="oracle.webcenter.collab.rtc" timeoutMinPeriod="2s" timeoutMaxPeriod="10s" timeoutDefaultPeriod="5s"/> <resource service="oracle.webcenter.community" resource="oracle.webcenter.list" timeoutMinPeriod="2s" timeoutMaxPeriod="10s" timeoutDefaultPeriod="5s"/> <resource service="oracle.webcenter.community" resource="oracle.webcenter.collab.tasks" timeoutMinPeriod="2s" timeoutMaxPeriod="10s" timeoutDefaultPeriod="5s"/> </concurrent:adf-service-config>
Note:
All the attributes except service
and resource
are optional, and therefore, for example, the following tags are valid:
<global queueSize="20"/> <resource service="foo" resource="bar" timeoutMaxPeriod="5s"/>
You can use the Enterprise Manager System MBean Browser to view, add, modify, and delete the concurrency configuration based on your usage pattern. To access the MBean Browser, see Accessing the System MBean Browser in Administering Oracle WebCenter Portal.
Parent topic: Tuning Configuration for WebCenter Portal
Tuning Tools and Services Configuration
You can tune the performance of tools and services used by WebCenter Portal.
For information about how to tune and improve the performance of back-end servers, for example, mail servers, BPEL servers, content servers, and so on, refer to the appropriate product documentation for each server.
Parent topic: Tuning Oracle WebCenter Portal
Tuning Performance of Mail
To manage the overall resource usage for mail, you can tune the Connection Timeout
property:
-
Default: 10 seconds
-
Minimum: 0 seconds
-
Maximum: 45 seconds
Post deployment, modify the Connection Timeout
property through Fusion Middleware Control or by using WLST. For details, see:
-
Modifying Mail Server Connection Details Using Fusion Middleware Control in Administering Oracle WebCenter Portal
-
Modifying Mail Server Connection Details Using WLST in Administering Oracle WebCenter Portal
The following is a sample code snippet of the connections.xml
file to change the default timeout to 5
seconds:
<Reference name="MailConnection" className="oracle.adf.mbean.share.connection.webcenter.mail.MailConnection"> <StringRefAddr addrType="connection.time.out"> <Contents>5</Contents> </StringRefAddr> </Reference>
Parent topic: Tuning Tools and Services Configuration
Tuning Performance of RSS News Feeds
To manage the overall resource usage for RSS news feeds, 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 the adf-config.xml
file:
<rssC:adf-rss-config> <rssC:RefreshSecs>3600</rssC:RefreshSecs> <rssC:TimeoutSecs>3</rssC:TimeoutSecs> <rssC:Configured>true</rssC:Configured> </rssC:adf-rss-config>
Parent topic: Tuning Tools and Services Configuration
Tuning Policy Store Parameters
If you are experiencing performance issues post login, especially in the area of permission checks, you may need to tune the policy store parameters as described in OPSS PDP Service Tuning Parameters. Depending on your use case scenarios, performance of WebCenter Portal can be improved by modifying the following parameters:
-
Set
oracle.security.jps.policystore.rolemember.cache.warmup.enable
to True -
Modify
oracle.security.jps.policystore.rolemember.cache.size
based on the number of active portals in your WebCenter Portal deployment.Note:
Only modify this parameter if your WebCenter Portal deployment expects to have more than 3000 active portals.
-
Set
oracle.security.jps.policystore.policy.cache.size
to 5 times the expected number of portals.
Note:
Always refer to your own use case scenarios before you modify the policy store parameters. For more information, see Administering Web Services before tuning any security parameters.
Parent topic: Tuning Tools and Services Configuration
Tuning Identity Store Configuration
Performance-related configurations may be required for specific environments.
- Tuning the Identity Store when Using SSL
- Tuning Performance when Using OVD
- Tuning Performance when Using Active Directory
Parent topic: Tuning Oracle WebCenter Portal
Tuning the Identity Store when Using SSL
When you configure an identity store for WebCenter Portal, you can choose to configure either an SSL port or a non-SSL port. If you choose an SSL port, by default, the JNDI connections are not pooled causing increased response time and decreased performance when looking up users, groups, or other identity store entities. To address this, do the following:
Parent topic: Tuning Identity Store Configuration
Tuning Performance when Using OVD
For Oracle Virtual Directory (OVD), the only object class against which attributes are looked up is inetOrgPerson
(and it's parent object classes). Since the Profile Gallery can display attributes not defined in inetOrgPerson
, all the additional attributes not covered in inetOrgPerson
would require an additional round trip to the identity store.For best performance when using OVD in a production environment, Oracle recommends that you add the following configuration entry (in bold) to the domain-level jps-config.xml
file:
<!-- JPS WLS LDAP Identity Store Service Instance -->
<serviceInstance name="idstore.ldap"
provider="idstore.ldap.provider">
<property name="idstore.config.provider"
value="oracle.security.jps.wls.internal.idstore.WlsLdapIdStoreConfigProvider"/>
<property name="CONNECTION_POOL_CLASS"
value="oracle.security.idm.providers.stdldap.JNDIPool"/>
<extendedProperty>
<name>user.object.classes</name>
<values>
<value>top</value>
<value>person</value>
<value>inetorgperson</value>
<value>organizationalperson</value>
<value>orcluser</value>
<value>orcluserv2</value>
<value>ctCalUser</value>
</values>
</extendedProperty>
</serviceInstance>
Parent topic: Tuning Identity Store Configuration
Tuning Performance when Using Active Directory
When the Portal Server is connected to Active Directory, logging in to Portal is delayed. To avoid delays and to enable best performance while using Active Directory in a production environment, Oracle recommends you complete the following configuration:
Parent topic: Tuning Identity Store Configuration
Tuning Portlet Configuration
You can tune the performance of portlets in WebCenter Portal.
- Tuning Performance of the Portlet Client
- Customizing the Container Runtime Environment Options
- Tuning Performance of Oracle PDK-Java Producers
- Setting WSRP Attribute for Portlet-served Resources
- Setting WSRP Attribute for Resources Not Served by the Portlet
Parent topic: Tuning Oracle WebCenter Portal
Tuning Performance of the Portlet Client
Several tuning options are available for Portlet Client.
Parent topic: Tuning Portlet Configuration
Configuring Supported Locales
To manage the overall resource usage and user response time, you can remove unnecessary locale support, modify portlet timeout and cache size in the adf-config.xml
file.
For the Portlet service, 28 supported locales are defined and ready-to-use. You can remove the locales that are unnecessary for your application.
If you must modify these properties, post deployment, you must edit the adf-config.xml
file manually. See Editing adf-config.xml in Administering Oracle WebCenter Portal.
The following is a sample snippet of the adf-config.xml
file:
<portletC:adf-portlet-config xmlns="http://xmlns.oracle.com/adf/portlet/config"> <supportedLocales> <value>es</value> <value>ko</value> <value>ru</value> <value>ar</value> <value>fi</value> <value>nl</value> <value>sk</value> <value>cs</value> <value>fr</value> <value>no</value> <value>sv</value> <value>da</value> <value>hu</value> <value>pl</value> <value>th</value> <value>de</value> <value>it</value> <value>pt</value> <value>tr</value> <value>el</value> <value>iw</value> <value>pt_BR</value> <value>zh_CN</value> <value>en</value> <value>ja</value> <value>ro</value> <value>zh_TW</value> </supportedLocales> <defaultTimeout>20</defaultTimeout> <minimumTimeout>1</minimumTimeout> <maximumTimeout>300</maximumTimeout> <parallelPoolSize>10</parallelPoolSize> <parallelQueueSize>20</parallelQueueSize> <cacheSettings enabled="true"> <maxSize>10000000</maxSize> </cacheSettings> </portletC:adf-portlet-config>
Parent topic: Tuning Performance of the Portlet Client
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 the adf-config.xml
file manually.
For more information, see How to Edit Portlet Client Configuration in Developing for Oracle WebCenter Portal
Parent topic: Tuning Performance of the Portlet Client
Configuring Portlet Timeout
You can modify the portlet timeout value in the adf-portlet-config
element of the adf-config.xml
file.
-
Default: 10 seconds
-
Minimum: 0.1 seconds
-
Maximum: 60 seconds
If you must modify these properties, post deployment, you must edit the adf-config.xml
file manually. See Editing adf-config.xml in Administering Oracle WebCenter Portal.
The following is a sample snippet of the adf-config.xml
file:
<adf-portlet-config> .... <defaultTimeout>5</defaultTimeout> <minimumTimeout>2</minimumTimeout> <maximumTimeout>300</maximumTimeout> </adf-portlet-config>
Parent topic: Tuning Performance of the Portlet Client
Customizing the Container Runtime Environment Options
Customizing container runtime options can improve overall performance.
For more information, see How to Customize the Runtime Environment for JSR 286 Portlets in Developing for Oracle WebCenter Portal.
- Suppressing Optimistic Rendering for WSRP Portlets
- Setting Portlet Container Runtime Options
- Excluding Request Attributes for Portlets
Parent topic: Tuning Portlet Configuration
Suppressing Optimistic Rendering for WSRP Portlets
To suppress the optimistic render of WSRP portlets after a WSRP PerformBlockingInteraction
or HandleEvents
call, set the Portlet container runtime option in the portlet.xml
file to true
. For example:
com.oracle.portlet.suppressWsrpOptimisticRender=true
Normally, if a WSRP portlet receives a WSRP PerformBlockingInteraction request (processAction in JSR168/JSR286 portlets) and the portlet does not send any events as a result, the WSRP producer renders the portlet and returns the portlet's markup in response to the PerformBlockingInteraction
SOAP message. This markup may be cached by the consumer until the consumer's page renders, and if nothing else affecting the state of the portlet happens (such as the portlet receiving an event), the cached markup can be used by the consumer, eliminating the need for a second SOAP call to GetMarkup
.
This assumes that the portlet's render phase is idempotent, which is always a best practice. However, if the portlet expects to receive an event, or rendering the portlet is more costly than a second SOAP message for GetMarkup
, the developer may use this container option to suppress the optimistic render of the portlet after a processAction
or handleEvent
call. The portlet still renders normally when the producer receives the WSRP GetMarkup
request.
For more information, see How to Customize the Runtime Environment for JSR 286 Portlets in Developing for Oracle WebCenter Portal.
Parent topic: Customizing the Container Runtime Environment Options
Setting Portlet Container Runtime Options
You can use the WebCenter Portal-specific excludedActionScopeRequestAttributes
container runtime option to specify how to store action-scoped request attributes so that they are available to portlets until a new action occurs.
Request attributes that match any of the regular expressions are not stored as action-scoped request attributes if the javax.portlet.actionScopedRequestAttributes
container runtime option is used, in addition to any request parameters whose values match the regular expressions defined in the com.oracle.portlet.externalScopeRequestAttributes container runtime option.
If set to true, you can specify a second value of numberOfCachedScopes
and a third value indicating the number of scopes to be cached by the portlet container.
For more information, see How to Customize the Runtime Environment for JSR 286 Portlets in Developing for Oracle WebCenter Portal.
Parent topic: Customizing the Container Runtime Environment Options
Excluding Request Attributes for Portlets
The excludedActionScopeRequestAttributes
is a multivalued, Portlet container runtime property, where each value is a regular expression.
If you use the javax.portlet.actionScopedRequestAttributes
container runtime option with a portlet, it is possible to optimize the request attributes that are stored between portlet lifecycles by using the com.oracle.portlet.excludedActionScopeRequestAttributes
container runtime option. Any request attributes that are unnecessary to store between lifecycles can be indicated to increase performance.
For more information, see How to Customize the Runtime Environment for JSR 286 Portlets in Developing for Oracle WebCenter Portal.
Parent topic: Customizing the Container Runtime Environment Options
Tuning Performance of Oracle PDK-Java Producers
To manage the overall resource usage for a Web producer, you can tune the Connection Timeout property:
-
Default: 30000 ms
-
Minimum: 5000 ms
-
Maximum: 60000 ms
Post deployment, modify the Connection Timeout property through Fusion Middleware Control or by using WLST. For details, see:
-
Editing WSRP Producer Registration Details Using Fusion Middleware Control in Administering Oracle WebCenter Portal.
-
Editing Producer Registration Details Using WLST in Administering Oracle WebCenter Portal.
The following is a sample snippet of the connections.xml
file:
<webproducerconnection producerName="wc-WebClipping" urlConnection="wc-WebClipping-urlconn" timeout="10000" establishSession="true" mapUser="false"/>
Parent topic: Tuning Portlet Configuration
Setting WSRP Attribute for Portlet-served Resources
To specify the default WSRP requiresRewrite
flag to use when generating Resource URLs for portlet-served resources, set the portlet container runtime option (specified in portlet.xml
) as follows: com.oracle.portlet.defaultServedResourceRequiresWsrpRewrite
This setting is used for all ResourceURLs created by the portlet, unless overridden by the presence of the oracle.portlet.server.resourceRequiresRewriting
request attribute when the ResourceURL methods write()
or toString()
are called. This setting is also used to specify the WSRP requiresRewriting
flag on the served resource response, but can be overridden by the presence of the oracle.portlet.server.resourceRequiresRewriting
request attribute when the portlet's serveResource()
method returns.
Valid values:
-
unspecified
: (Default) TherequiresRewrite
URL flag is not given a value, and therequiresRewriting
response flag for aserveResource
operation is based on the MIME type of the response. -
true
: TherequiresRewrite
URL flag andrequiresRewriting
response flag is set totrue
, indicating that the resource should be rewritten by the consumer. -
false
: TherequiresRewrite
URL flag andrequiresRewriting
response flag is set tofalse
, indicating that the resource does not necessarily need to be rewritten by the consumer, though the consumer may choose to rewrite the resource.
Parent topic: Tuning Portlet Configuration
Setting WSRP Attribute for Resources Not Served by the Portlet
To specify the default WSRP requiresRewrite
flag to use when encoding URLs for resources not served by the portlet, set the Portlet container runtime option (specified in portlet.xml
) as follows: com.oracle.portlet.defaultProxiedResourceRequiresWsrpRewrite
.
This setting is used for all URLs returned by the PortletResponse.encodeURL()
method, unless overridden by the presence of the oracle.portlet.server.resourceRequiresRewriting
request attribute when the PortletResponse.encodeURL()
method is called.
Valid values:
-
true
: (Default) TherequiresRewrite
URL flag is set to true, indicating that the resource should be rewritten by the consumer. -
false
: TherequiresRewrite
URL flag is set to false, indicating that the resource does not necessarily need to be rewritten by the consumer.
Parent topic: Tuning Portlet Configuration