SSDisableProjectDeferredNodeExpansion SSDomCacheDefaultFileSizeFactor SSDomCacheFileSizeFactors SSDomCacheLowerBound SSDomCacheMultiplier SSDomCacheNodeMultiplier SSDomCacheStringMultiplier SSDomCacheStringOverhead

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

This flag is used to control whether DOM nodes will be expanded in memory during the loading of XML files, or if the node content will be loaded on-demand. Values Boolean Default yes

12.62 SSDomCacheDefaultFileSizeFactor

This flag specifies the default file size value to multiply the file size by to obtain a cache size. Values Numeric Default 2.0 Site Studio Configuration Flags 12-21

12.63 SSDomCacheFileSizeFactors

This flag defines a comma-separated list of file sizes and multipliers that control the computed cache size. For example, the following string 1000,6.0,10000,2.7,50000,2.1,100000,1.9,300000,1.6 multiplies files sized [0..999] by 6.0, multiplies files sized [1000..9999] by 2.7, multiplies files sized [10000..49999] by 2.1, multiplies files sized [50000..99999] by 1.9, multiplies files sized [100000..299999] by 1.6, Files outside the range above are multiplied by the value of SSDomCacheDefaultFileSizeFactor see Section 12.62, SSDomCacheDefaultFileSizeFactor . Values CSV string Default No default value.

12.64 SSDomCacheLowerBound

This flag is used to define a lower bound on the reported cache size. Values Numeric Default 6000

12.65 SSDomCacheMultiplier

This flag is used to set a multiplier on the computed cache size to arrive at a final value reported to the cache. The cache will then multiply the reported value by 10 in its computations. Values Numeric Default 0.1 12-22 Oracle Fusion Middleware Technical Reference Guide for Site Studio

12.66 SSDomCacheNodeMultiplier

This flag specifies the number of bytes to count per DOM node. Values Numeric Default 12

12.67 SSDomCacheStringMultiplier

This flag specifies the number of bytes to multiply string lengths in the DOM by to produce the string size. Values Numeric Default 2

12.68 SSDomCacheStringOverhead

This flag specifies the number of bytes to add per string in the DOM. Values Numeric Default 24

12.69 SSDomCacheUseDOM