mvc-mini-profiler Questions
1
Solved
Using Entity Framework 5, MiniProfiler 2. Nuget installed for MiniProfiler.EF.
Creating a connection as follows
var conn = new EFProfiledDbConnection(DbConnections.GetSqlConnection(), MiniProfile...
Aestival asked 19/12, 2012 at 19:35
1
Solved
I am using the latest version of the MiniProfiler, everything is setup and working as I would expect. My only issue is that SqlParameters are not being displayed.
For example, I am running a store...
Brick asked 27/6, 2012 at 15:56
1
Solved
How can I use miniprofiler in asp.net web site(NOT FOR MVC)?
There are many resources for MVC but I can not find anything for web site.
Thanks to Alex. Now it works for asp.net web site. But I ca...
Fowler asked 26/2, 2013 at 10:47
1
Solved
I want to save the results of the MVC MiniProfiler to a sql server database. I profile a high load mvc4 page to spot a tricky performance problem which is non-reproducible on our test or developmen...
Piscary asked 4/2, 2013 at 20:54
4
Read an article on
http://code.google.com/p/mvc-mini-profiler/
Any open-source profiler available like this for java web apps?
Anyone started to port this one to Java environment?
Thanks.
Unburden asked 22/6, 2011 at 13:56
3
Solved
I tried to check if the user is in role at Application_BeginRequest and Application_AuthenticateRequest with this code and it will not work. At BeginRequest the code is never hit and Authenticate i...
Lumbricoid asked 14/6, 2011 at 19:54
2
Solved
The MiniProfiler site gives the following code for generating an Entity Framework ObjectContext:
public static MyModel Get()
{
var conn = new StackExchange.Profiling.Data.EFProfiledDbConnection(G...
Oslo asked 21/11, 2012 at 15:30
3
After adding MVC MiniProfiler to my ASP.NET MVC 4 project, it complains about requiring System.Web.Mvc 3.0.0.0.
Is there any way to use MiniProfiler with ASP.NET MVC 4?
The following assembly red...
Duumvir asked 17/1, 2012 at 14:11
4
Solved
What's the simplest way to use MiniProfiler's database profiling with NHibernate? In order for the profiler to work, I need to wrap the DbConnection that NHibernate uses in a ProfiledDbConnection. ...
Solano asked 16/6, 2011 at 15:6
2
Solved
I have Mini-Profiler installed on a new MVC4 site and notice a big wait time for certain Find: DisplayTemplates including String and DateTime. Below is an example. In another question, Sam Saffron ...
Calcareous asked 1/8, 2012 at 11:33
2
Solved
I have an existing db connection function in a web forms app that I would like to integrate with mini profiler. I have mini profiler installed and running on the app, but I cannot seem to get the d...
Offside asked 17/9, 2012 at 16:0
1
Solved
I'm trying to set up miniprofiler, miniprofiler.mvc3 and miniprofiler.ef from nuget and on an mvc4 installation, targeting .net 4.0
It registered the route /mini-profiler-resources/{resourceName},...
Ligan asked 25/7, 2012 at 21:41
2
Solved
I'm just added Mini Profiler to my MVC3 project with nuget and I've followed the basic steps to get it set up. Starting the profile on Application_BeginRequest() and stopping it on Application_EndR...
Clairvoyance asked 23/7, 2011 at 3:24
1
If I use this code in each Repository class then I get SQL profiling to work but I want to move that code from each class into the class where StructureMap handles the DB.
Example of a Repository ...
Carlocarload asked 24/6, 2011 at 9:20
1
Solved
I installed MiniProfiler and MiniProfiler.EF in my project via nuget.
Before using MiniProfiler I would open a connection using this in my model repository:
public class NotificationRepository
...
Nilgai asked 26/6, 2012 at 22:55
4
I'm a big fan of the MiniProfiler created by Jarrod Dixon and the Stack Overflow team for ASP.NET. Is there a port of it for Rails applications?
Since the core of the profiler is in JavaScript, J...
Christinachristine asked 25/7, 2011 at 23:35
2
I am trying to integrate MvcMiniProfiler to my asp.net mvc+entity framewok project. Everything is ok for the first time web request but it is giving exception at the other requests.
My Project is
...
Vasily asked 18/2, 2012 at 22:30
1
I am trying to write a module to append a comment containing useful information to every Linq2Entities SQL query emitted by an entity framework DbContext (the information will be used in debugging)...
Mcshane asked 13/2, 2012 at 22:17
3
Solved
Should this turn out to be useful for anyone, I'll gladly turn it into a community wiki thing.
I have some slow pages in an MVC3 app, and since little of the execution time seemed to happen in my ...
Hypnology asked 23/6, 2011 at 7:42
1
Solved
I've been trying out MvcMiniProfiler as replacement for EFTracingProvider since it's so much simpler to configure.
It will display the sql just fine, but I'd like to see the parameter values as w...
Karl asked 3/4, 2012 at 14:2
1
Solved
I am seeing a pretty crazy error crop up when using the MVC MiniProfiler. Intermittently, the site I'm working on enters a state where every request results in this exception being thrown:
System....
Fitzsimmons asked 6/4, 2012 at 17:51
2
Solved
I've implemented the StackExchange MiniProfiler on a ASP.NET WebForms page which already references v1.7.1 of jQuery. The jQuery file is hosted locally, so my masterfile looks like this:
<scrip...
Culberson asked 11/4, 2012 at 11:44
1
Solved
I have a ASP.NET MVC3 project where the main aspx page is doing a dynamic loading for its parts using jQuery ajax. So basically when the site loads, it hits /Home/Index and then within Index (aspx)...
Ellon asked 8/3, 2012 at 21:32
1
Solved
We're modelling a complicated system based around a complicated entity relationship in Dynamics CRM 4.0
Due to the nature of development we've had to implement a repository style pattern and have ...
Lugsail asked 29/2, 2012 at 11:5
2
Solved
I'm trying to get MVCMiniProfiler to work with PetaPoco
I'm trying to set the connection in the creation of the PetaPoco DB, but run into problems (connectionClosed)
public class DbHelper
{
stat...
Dyeline asked 19/8, 2011 at 19:5
© 2022 - 2024 — McMap. All rights reserved.