The "Resolve variant" shows NaN in Sitecore Profiler


Description

When using Sitecore Analytics and profiling a Sitecore website using Debug mode, the following abnormal statistics may be reported:

Solution

  1. Copy Sitecore.Support.352025-2.dll to the /bin folder.
  2. Open the /App_config/Include/Sitecore.analytics.config file and replace the following line:
    <processor type="Sitecore.Analytics.Pipelines.HttpRequest.PageLevelTestItemResolver,Sitecore.Analytics" patch:after="processor[@type='Sitecore.Pipelines.HttpRequest.ItemResolver, Sitecore.Kernel']" />
    with the following one:
    <processor type="Sitecore.Support.Analytics.Pipelines.HttpRequest.PageLevelTestItemResolver,Sitecore.Support.352025-2" patch:after="processor[@type='Sitecore.Pipelines.HttpRequest.ItemResolver, Sitecore.Kernel']" />