Try our conversational search powered by Generative AI!

Improve performance when loading large amount of uncached content

Fixed in

EPiServer.CMS.Core 11.1.0

(Or a related package)

Created

Jun 14, 2017

Updated

Jan 07, 2022

Area

CMS Core

State

Closed, Acceptance tests pass


Description

Profiled and optimized the API used when the cache is missed and data is loaded from the database. This is a common scenario when starting a web site with a cold cache. Performance improvements up to 50% for cache misses in some scenarios. The results vary depending on the size of content types and data being loaded.

Breaking changes

  • CreateWritableClone is used to create new instances of content instances when loading from database