Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mattwalkenhorst/MvcMiniProfiler.RavenDb

 
 

Repository files navigation

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

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors