Try our conversational search powered by Generative AI!

AB Testing uses new CultureInfo which might hurt performance

Fixed in

EPiServer.Marketing.Testing 2.5.10

(Or a related package)

Created

Apr 13, 2019

Updated

Jul 01, 2019

State

Closed, Fixed and tested


Description

Load tests show that the constructor of CultureInfo is usually consuming more time than it should. We should use CultureInfo.GetCultureInfo which uses cache internally and is much more lightweight in long run