Hi guys,
We’re wanting to use MiniProfiler throughout our app - but after checking the references of the MiniProfiler.DLL I notice it references MVC & System.Web - which we obviously would prefer to not reference further down our chain - where it isn’t required…
Most of our code is implemented past our MVC layer, of which our MVC layer is very light-weight
I guess the question is, down the line are they to be split out to separate the logic and Web References?
Or can other suggestions be made on how we can profile performance at our business level?
Thanks