MiniProfiler
MiniProfiler copied to clipboard
A simple but effective mini-profiler for ASP.NET MVC, ASP.NET and Ruby.
MiniProfiler classes are moved to a new .NET 3.5 class library project. .NET4.0 Profiler references this .NET 3.5 project. ADO.NET profiling objects moved to a new project. .NET3.5 can run...
Hello, we have the following JavaScript errors in IE8 on win7: ``` User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET...
"Uncaught TypeError: Object has no method 'appendTo'" when trying to use with Rails and Turbolinks
I noticed an issue when trying to use MiniProfiler with the new Rails Turbolinks gem: https://github.com/rails/turbolinks Turbolinks makes AJAX requests for new pages and just replaces the body element. This...
I'm having a little trouble understanding the difference between these two. Ideally, I'd like it to only show the miniprofiler if I call `authorize_request`. This seems to be the case...
When you have a large codebase, sometimes is hard to find the bottlenecks. I would be super useful if MiniProfiler can log the heavy queries so we can review and...
Hello, I recently discovered the MvcMiniProfiler and _love_ it but then noticed that it is .Net 4.0 only. Here is a simple attempt to remedy that. My goal was to...
A very simple addition to support spatial data types in SQL Server. Addresses this error: http://community.miniprofiler.com/permalinks/36/the-provider-did-not-return-a-dbspatialservices-instance I've tested basic reading and writing of entities using EF 5, but nothing else....
fix SqlTiming serialization issue which causes SqlTiming.CommandText always be null after MiniProfiler.FromJson()
hi there, i've added the gem 'rack-mini-profiler' per http://samsaffron.com/archive/2012/07/12/miniprofiler-ruby-edition. i can see render durations, client stats, etc, but no sql logging is happening? the only queries that sometime show up...