Caching in EPiServer CMS - Guide how to setup caching for an EPiServer CMS site.
Remote eventsVirtual Path ProvidersEPiServer Scheduler ServiceDynamic Data Store (DDS)Faster edit tree
Sense EPiServer needs to list all children to get the "+" sign in edit tree large sites can have problem to render the tree. To disable this rendering change the following in EPiserver.config
EPiServer.config
<episerver xmlns="http://EPiServer.Configuration.EPiServerSection">
...
<sites>
<site ...">
<siteSettings uiOptimizeTreeForSpeed="true"
BaseLibrary
<?xml version="1.0"?>
<configuration>
<configSections>
<section name="episerver.baseLibrary"
allowDefinition="MachineToApplication"
allowLocation="false"
type="EPiServer.BaseLibrary.ConfigurationHandler,EPiServer.BaseLibrary" />
...
<episerver.baseLibrary>
<classFactories>
<add type="EPiServer.Implementation.DefaultBaseLibraryFactory, EPiServer.Implementation" id="ContentChannelFactory">
<register type="EPiServer.ContentChannels.ContentChannelAdministration, EPiServer"
mappedType="EPiServer.ContentChannels.ObjectStoreContentChannelAdministration, EPiServer" />
<register type="EPiServer.BaseLibrary.IContentChannelHandler, EPiServer"
mappedType="EPiServer.ContentChannels.ContentChannelHandler, EPiServer" />
</add>
<add type="EPiServer.Core.PropertyControlClassFactory, EPiServer" id="PropertyControlFactory">
<register type="EPiServer.Core.PropertyLongString, EPiServer" mappedType="EPiServer.Web.PropertyControls.LegacyPropertyXhtmlStringControl, EPiServer" />-->
</add>
</classFactories>