MvcMiniProflier.RavenDB

RavenDB plugin for the MvcMiniProfiler


Project maintained by csainty Hosted on GitHub Pages — Theme by mattgraham

Download

Grab it from NuGet - https://nuget.org/packages/MiniProfiler.RavenDb

Install

To setup, all you need to do is attach the profiler to your DocumentStore instance when created.
Note: EmbeddableDocumentStore is not supported due to it's lack of profiling support generally.

var store = new DocumentStore();  
store.Initialize();  
MvcMiniProfiler.RavenDb.Profiler.AttachTo(store);  

Learn More

RavenDb - http://www.ravendb.net
MvcMiniProfiler - http://code.google.com/p/mvc-mini-profiler/
Chris Sainty - http://blog.csainty.com | @csainty