top of page

Sitecore content authoring slowness: Configuration optimization

  • Writer: Sridharan Padmanabhan
    Sridharan Padmanabhan
  • Jan 8, 2024
  • 1 min read

Updated: Dec 13, 2024


Application configuration updates to reduce load on the Sitecore CMS’s authoring instance.



  1. Increase the following cache sizes, it is advisable to maintain the cache sizes such that they are not more than 80% utilized at any time:

    1. IsUserInRole

    2. UserProfileCache

    3. AccessResultCache


  2. Make the following configuration changes to reduce load on content editor operations:

<setting name="ContentEditor.CheckHasChildrenOnTreeNodes" set:value="false" /><setting name="ContentEditor.RenderCollapsedSections" value="false" /><setting name="ContentEditor.CheckSecurityOnTreeNodes" value="false" />

  1. Limit item versions to a maximum of 5. An extremely large number of versions on several items will degrade the performance and consequently increase the load on the DB as well. Powershell would be the preferred tool for this.





More references:





Comments


Sitecore with Sri

Sridharan Padmanabhan

  • Instagram
  • LinkedIn
bottom of page