Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Performance degradation in GetItems when called first time with empty cache

Found in

EPiServer.CMS.Core 11.10.6

Fixed in

EPiServer.CMS.Core 11.11.2

(Or a related package)

Created

Jan 21, 2019

Updated

Feb 18, 2019

Area

CMS Core

State

Closed, Fixed and tested


Description

When there is no content in cache, IContentLoader.GetItems is considerably slower in automated performance tests, most likely caused by CMS-11986.

An edge case that is unlikely to happen in real world, only happens if GetItems is called directly after clearing the cache, and only on the first call the degradation is visible.