SSDirectDeliveryProperty SSDirectDeliveryRequiredExtensions SSDisableDeferredNodeExpansion SSDisableIncludeXmlCache SSDisableLinkResolutionSiteLocking

Site Studio Configuration Flags 12-19

12.56 SSDirectDeliveryProperty

This flag is used to specify the name of a custom section property. This property identifies the file extensions to deliver directly from this particular section. The file extensions listed here will override the global list in SSDirectDeliveryExtensions see Section 12.54, SSDirectDeliveryExtensions . Values String Default DirectDeliveryExtensions

12.57 SSDirectDeliveryRequiredExtensions

This flag is used to specify file types that are always to be delivered by direct delivery. The file extensions listed here are not overridden by those listed in SSDirectDeliveryProperty see Section 12.56, SSDirectDeliveryProperty . Values CSV String Default pdf

12.58 SSDisableDeferredNodeExpansion

This flag is used to enable or disable deferred node expansion. The Xerces parsers deferred node expansion feature is known to be a very inefficient feature for small DOMs, so setting this flag to no might impede performance. Values Boolean Default yes

12.59 SSDisableIncludeXmlCache

This flag is used to control if extracted content from data files is cached. This cache makes retrieval of content from data files much faster. Values Boolean Default no 12-20 Oracle Fusion Middleware Technical Reference Guide for Site Studio

12.60 SSDisableLinkResolutionSiteLocking

This configuration flag is used to reduce site lock contention during page assembly. When the flag is set to yes, it prevents the Idoc script extensions ssLink and ssNodeLink, as well as the wcmUrl equivalents wcmUrl’link’... and wcmUrl’nodelink’..., from synchronizing their accesses of internal web site information structures. This can improve performance by reducing lock contention, which then allows multiple requests to process simultaneously. However, this comes at the risk of producing inaccurate links in a changing web site. Setting the flag to yes is most useful when the Oracle Content Server is run under the following conditions: ■ The Site Studio web sites change infrequently; it is largely a read-only environment. ■ The web pages contain numerous ssLink or ssNodeLink calls to produce links. ■ The server is typically sufficiently loaded to cause lock contention inside Site Studio. Values Boolean Default no

12.61 SSDisableProjectDeferredNodeExpansion