In an episerver 10.x mvc site that we have built. But I have noticed performance issues (slow response times) when we have one a/b testing running. Further investigation of the slow reponse time has revealed that it is the call to getUrl() method that takes longer time when the A/B testing is running. For example this code:
var urlResolver = ServiceLocator.Current.GetInstance();
urlResolver.GetUrl(page.ContentLink, page.LanguageBranch)
Is this a known issue for the A/B testing? Is there a work around available?
Hi!
I have installed the A/B testing nuget packages :
In an episerver 10.x mvc site that we have built. But I have noticed performance issues (slow response times) when we have one a/b testing running. Further investigation of the slow reponse time has revealed that it is the call to getUrl() method that takes longer time when the A/B testing is running. For example this code:
Is this a known issue for the A/B testing? Is there a work around available?
Regards
Magnus