mvc-mini-profiler Questions

1

Solved

I have miniprofiler installed in my web app (asp.net-mvc) for EF 6.1, and it breaks on a line with the following error message: An exception of type 'System.Data.SqlClient.SqlException' occurred...
Tenuto asked 10/5, 2014 at 23:16

2

This is driving me crazy, I'm testing my app with both Firefox and IE, on Firefox works just fine, but on IE mini profiling is making these 5 requests /Content/mvc-mini-profiler/mini-profiler-in...
Wendalyn asked 28/3, 2012 at 18:23

1

Solved

I am trying to use MiniProfiler for my MVC application which is using Oracle DB. Here is my global.asax . protected void Application_Start() { AreaRegistration.RegisterAllAreas(); WebApiConfi...
Malodorous asked 6/5, 2014 at 11:22

2

Solved

I'm running an instance of umbraco 7. But I can't seem to set miniprofiler to work with it. Set this on my global.asax: protected void Application_BeginRequest() { if (Request.IsLocal) { Mi...
Autotrophic asked 6/3, 2014 at 16:2

1

Dapper (1.13 Noobget Package) creates different SQL statements depending on if it's used with a plain ADO.NET database connection or with a decorated mini-profiler database connection. Example cod...
Waterless asked 21/3, 2014 at 14:16

1

I have a single page javascript application (done with JavascriptMvc) and a backend with REST services built on top of ASP.NET MVC3 (done with NServiceMVC). The REST services have MiniProfiler in...
Boa asked 22/3, 2012 at 21:49

1

Solved

I'm using mini profiler in my asp.net Web API project and want to track the performance of some code that runs in a custom DelegatingHandler. The calls MiniProfiler.Current.Step() inside the Deleg...
Clifton asked 5/7, 2013 at 11:56

1

Solved

I tired to install the MiniProfiler, using the HowTo on http://miniprofiler.com/ This seems to work: <%= StackExchange.Profiling.MiniProfiler.RenderIncludes() %> But when I start the site...
Cherish asked 16/7, 2012 at 13:32

1

Solved

I'm using MiniProfiler to profile my sql commands. One issue I'm dealing with now is repeated INSERT statements generated by linq. I've converted them into a SqlBulkCopy command, however now it d...
Shang asked 16/9, 2013 at 14:52

2

I've got a bit of a strange performance issue occurring with my MVC Controller, or rather before it? According to the Mini Profiler output, there is a 120ms overhead before reaching my controller....
Libertinism asked 8/1, 2014 at 17:28

1

I'm using MiniProfiler on an MVC 4 app. We have a view being rendered in a modal (using the Colorbox jquery plugin). That view then has a partial view in it with an ajax form that looks like this: ...
Statistics asked 4/12, 2013 at 14:50

2

Solved

I've just started using the mvc-mini-profiler (http://code.google.com/p/mvc-mini-profiler/) and I think it's awesome. However, I'm getting some odd behaviour while using it. I've got an ASP.NET We...
Couplet asked 11/7, 2011 at 9:36

1

I've got the ServiceStack MiniProfiler enabled in my AppHost (in Application_Start), and I can view the SQL generated by OrmLite in my page. (using SS v3.9.59.0) What I can't see in the profile tr...
Tympany asked 24/9, 2013 at 0:11

5

Solved

I've been using the MiniProfiler to measure site performance. When I upgraded from version 1.9 to 2.0, it stopped working. I changed the namespace from MvcMiniProfiler to StackExchange.Profiling. B...
Twain asked 18/4, 2012 at 15:28

2

Solved

I have an MVC3 project that I upgraded from VS2010 to VS2012. The project also has a reference to MiniProfiler. Our application compiles and runs fine in VS2012 without any warnings/errors. Both as...
Bardwell asked 12/4, 2013 at 12:23

3

Solved

I'm sure it's possible to profile the Enterprise Library SQL commands, but I haven't been able to figure out how to wrap the connection. This is what I have come up with: Database db = DatabaseFac...
Lobbyist asked 17/8, 2011 at 13:48

1

Solved

The ASP.NET MVC website I'm working on has some (Controller-derived) "user" pages and some (ApiController-derived) "api" pages. The site uses MiniProfiler to instrument the "user" pages, and I rea...
Kriss asked 29/7, 2013 at 15:59

4

Solved

I have an issue where we are using EF 4.3 Code First against an existing database. I want to use the Mini-Profiler with EF and call MvcMiniProfiler.MiniProfilerEF.Initialize(); However, since w...
Purree asked 2/3, 2012 at 20:32

1

Solved

I recently converted our existing ASP.NET MVC 2 application to MVC 4 with a WebAPI backend. Unfortunately though, I have been noticing some severe performance issues in regards to WebAPI. I have M...
Dumpy asked 16/4, 2013 at 17:36

1

Solved

I have an ASP.NET MVC action that is decorated with the OutputCache attribute, but the problem is that the MiniProfiler output is cached as well. I'd like to exclude the MiniProfiler output from th...
Mei asked 15/12, 2012 at 14:23

1

im using mvc-mini-profiler on a test site. When i put an OutputCacheAttribute on my action method, the profiler is not executed and always return the last value that he had before the cache. is th...
Betterment asked 25/7, 2011 at 23:26

1

Solved

I am trying to get any DB queries that happen when using the SqlMembershipProvider to show in MiniProfiler but I can't think of any way to swap out the SqlConnection is uses with a ProfiledDbConnec...
Brier asked 1/5, 2013 at 10:3

1

Solved

I'd like to use MiniProfiler from time to time to profile my code, but I don't want to branch off and keep re-introducing it; I'd like to leave it in there and just remove the @MiniProfiler.RenderI...
Stalinist asked 30/4, 2013 at 8:58

1

I'm lovin MiniProfiler for our .NET project. However, I'm running into an issue. The profiler is actually causing queries to be slightly different which is causing errors. For example, when the pro...
Thylacine asked 26/2, 2013 at 22:28

1

Solved

I'm using Entity Framework 5, Code first against a SQL 2005 database. I have a repository, with a method which executes a stored procedure- The method looks like this; public IEnumerable<Possi...

© 2022 - 2024 — McMap. All rights reserved.