Skip to content

Instantly share code, notes, and snippets.

@mikeedwards83
Created March 26, 2013 11:53
Show Gist options
  • Select an option

  • Save mikeedwards83/5244845 to your computer and use it in GitHub Desktop.

Select an option

Save mikeedwards83/5244845 to your computer and use it in GitHub Desktop.
Another solution would be to use the Sitecore profiler.
In the PerformanceMonitor.Start add Sitecore.Diagnostics.Profiler.StartOperation(key);
And in the end:
Sitecore.Diagnostics.Profiler.EndOperation(key);
You will then see the processing time outputted into the Sitecore Debug tool.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment