csainty / MvcMiniProfiler.RavenDb

RavenDb plugin for MvcMiniProfiler

Home Page:http://csainty.github.com/MvcMiniProfiler.RavenDb/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MvcMiniProfiler.RavenDb is a RavenDb profiling plugin for MvcMiniProfiler.

###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

About

RavenDb plugin for MvcMiniProfiler

http://csainty.github.com/MvcMiniProfiler.RavenDb/

License:MIT License


Languages

Language:C# 100.0%