Try our conversational search powered by Generative AI!

A/B testing performance issue

Vote:
 

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:

 

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?

 

Regards

Magnus

#175718
Feb 28, 2017 11:27
Vote:
 

We are also experiencing performance issues with A/B testing. Did you ever resolve your issue, Magnus?

#180233
Jul 03, 2017 21:43
Vote:
 

We resolved it by caching all request to urlresolver.geturl()

#181275
Aug 15, 2017 12:51
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.