Questions tagged [mvc-mini-profiler]

A simple but effective mini-profiler for ASP.NET, WCF and the .NET platform

A simple but effective mini-profiler for ASP.NET, WCF and the .NET platform. It has been designed to be small and unobtrusive and thus to be suitable for production code profiling. Read the introduction.

Installing the mini-profiler can most easily be done using its NuGet package:

Install-Package MiniProfiler
388 questions
0
votes
1 answer

How to use miniprofiler to help us crush loading speeds?

As a developer and constant user of minipfoler, I use stakoverflow as the benchmark for my .NET sites. That is because the entire stack network is just a blazingly fast. I know miniprofiler is used on stackexchange. There is a whole developers thing…
Piotr Kula
  • 9,597
  • 8
  • 59
  • 85
0
votes
1 answer

Fix overlapping CSS

I started to use Miniprofiler in my site but encountered rendering issues in its popup. The problem is that my site's CSS are "too global", for example: thead th:last-child { background: url("img/rb.gif") no-repeat scroll right 0 transparent…
UserControl
  • 14,766
  • 20
  • 100
  • 187
0
votes
1 answer

jQueryMP is undefined

I had the same issue when trying to run my project with mini-profiler using IIS and Google Chrome like described in Running MiniProfiler with runAllManagedModulesForAllRequests set to false. I didn't change runAllManagedModulesForAllRequests…
szaman
  • 6,666
  • 13
  • 53
  • 81
0
votes
1 answer

C# MVC unable to get ignoreRoute to work (MiniProfiler still displays them?)

In my Application_Start I have a call to a RegisterRoutes method that I call the following: // Do not process any static files routes.IgnoreRoute( "{*staticfile}", new { staticfile = @".*\.(jpg|gif|jpeg|png|js|css|htm|html|htc)$"…
Kyle
  • 17,317
  • 32
  • 140
  • 246
0
votes
1 answer

MiniProfiler throws Exception "Illegal Character in Path"

I started using MiniProfiler and find it very useful while developing my MVC 4 application. However, I just added a new controller action and view to a fairly complex project, and now MiniProfiler throws an Exception after control returns from the…
Eric J.
  • 147,927
  • 63
  • 340
  • 553
0
votes
1 answer

profiling asp.net mvc4 code first

I made a new asp.net mvc4 app and then installed miniprofiler. then i just enabled-migration and after adding migration i updated my database. using miniprofiler i found out there are 3 sql queries that i don't know about them. i don't know where…
Amir Jalali
  • 3,132
  • 4
  • 33
  • 46
0
votes
1 answer

MiniProfiler uninstall error

I cannot uninstall the MiniProfiler from my project. It always gives me this error message 'Microsoft JScript runtime error: 'MiniProfiler' is undefined' and inserts dynamic JavaScript code into my html page. It is on IE9 when I press the backward…
sada
  • 584
  • 2
  • 8
  • 25
0
votes
3 answers

Strange MVC3 performance issue

I have a strange issue that is occurring before my code appears to reach my controller. From using the SO Mini-MVC-Profiler, I've found that a certain request is taking 500ms (500ms!!!), and for what I know it is doing; it's excessively high! We do…
Stuart.Sklinar
  • 3,683
  • 4
  • 35
  • 89
0
votes
1 answer

MVCMiniProfiler does not show WHERE part of Linq Query

I'm using MVCMiniProfiler to profile some database queries. For one query it fails to show the Where part of the query that I have defined in my code. code is as follows: MyAppDataContext.cs: public partial class MyAppDataContext :…
jao
  • 18,273
  • 15
  • 63
  • 96
0
votes
1 answer

Why is Mini-Profiler, only showing "ExecuteStoreCommands" for the SQL text?

I just hooked up MiniProfiler to my MVC3 project. I am using EF4.0 and generating POCO classes for my entities. If it matters, these generated ObjectContexts use ObjectSet<>. I am also using NInject for IoC on the contexts. (I had these in…
Adam Tegen
  • 25,378
  • 33
  • 125
  • 153
0
votes
1 answer

_MINIPROFILER UPDATED Layout.cshtml Razor problems

What is "_MINIPROFILER UPDATED Layout.cshtml" and why does it keep giving me problems why I try to build? "The name 'ViewBag' does not exist in the current context" _MINIPROFILER UPDATED Layout.cshtml "The name 'Url' does not exist in the current…
Don Zacharias
  • 1,544
  • 2
  • 14
  • 31
0
votes
2 answers

MiniProfiler with mvc 3 and ef 4.3

So i've just installed miniprofiler.mvc to my web project and it seems to be working fine. Except I cant figure out what to do to set up EF Code First and the docs seem to be outdated. My project has a MyApp.DAL project where the EF stuff…
nacho10f
  • 5,816
  • 6
  • 42
  • 73
-1
votes
1 answer

MiniProfiler ASP.NET MVC5 not able to get results

I am trying to use MiniProfiler for the ASP.NET MVC application. I installed the following NuGet packages. I configured the MiniProfiler in both Global.ascx and Also the script in my _Layout. But I am getting post script error for getting results.…
1 2 3
25
26