Improving performance of Application startup in Sitecore 8+
Disable the precompilation of SPEAK components:
- Comment out this part of the
Website\App_Config\Include\Sitecore.Speak.config
file:<initialize>
<processor type="Sitecore.Pipelines.Initialize.PrecompileSpeakViews, Sitecore.Speak.Client">
<Paths>/sitecore/shell/client/Business Component Library</Paths>
</processor>
</initialize>
- Comment out this part of the
Website\App_Config\Include\ContentTesting\ Sitecore.ContentTesting.config
file: <processor type="Sitecore.Pipelines.Initialize.PrecompileSpeakViews, Sitecore.Speak.Client" use="ContentTesting"><Paths>/sitecore/shell/client/Applications/ContentTesting</Paths>
</processor>
No comments:
Post a Comment