tagged [profiler]
miniprofiler on mvc4 resources route returns 404
miniprofiler on mvc4 resources route returns 404 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 r...
- Modified
- 25 Jul at 21:41
Miniprofiler breaks on missing CreatedOn column
Miniprofiler breaks on missing CreatedOn column 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...
- Modified
- 23 May at 12:7
Using ServiceStack Profiler to profile SQL but failed
Using ServiceStack Profiler to profile SQL but failed I am using another file than global.asax for ServiceStack configuration like below: ``` public class ApiAppHost : AppHostBase { public ApiAppH...
- Modified
- 10 Dec at 04:49
What is "Audit Logout" in SQL Server Profiler?
What is "Audit Logout" in SQL Server Profiler? I'm running a data import (using C#/Linq), and naturally I'm trying to optimize my queries as much as possible. To this end I'm running a trace on the DB...
- Modified
- 25 Jan at 13:27
ServiceStack Profile Steps not rendering
ServiceStack Profile Steps not rendering I have a ServiceStack Service with a service call like so: ``` public class MyService : Service { public object Get(MyServiceRequest request) { ...
- Modified
- 16 May at 14:39
ServiceStack MiniProfiler Ajax Requests Logging
ServiceStack MiniProfiler Ajax Requests Logging So, in my `Index.cshtml` page, when I initially load up the page I have: ``` @inherits ViewPage
- Modified
- 5 Apr at 02:46
ServiceStack Built In Profiling Without Global.asax
ServiceStack Built In Profiling Without Global.asax I'm trying to add profiling to a server running ServiceStack that isn't built with ASP.net. As far as I can tell, there is no Global.asax file assoc...
- Modified
- 2 Dec at 20:18
ormlite async methods throw casting exception with miniprofiler
ormlite async methods throw casting exception with miniprofiler When using async ormlite methods (like below), Ormlite throws the following error. Unable to cast object of type 'StackExchange.Profilin...
- Modified
- 16 Aug at 04:14
ServiceStack Profiler NullReferenceException
ServiceStack Profiler NullReferenceException I think I'm setting up ServiceStack's profiler correctly, but maybe I'm not. I'm just trying to get the basics in place. ## What I've done so far The only ...
- Modified
- 20 Jun at 09:12
Memory Overflow: Having an increasing number of Microsoft.CSharp.RuntimeBinder.Semantics
Memory Overflow: Having an increasing number of Microsoft.CSharp.RuntimeBinder.Semantics We are currently hunting some memory leaks in our application, when doing some operation(loading and closing on...
- Modified
- 12 Oct at 13:15
What features should a C#/.NET profiler have?
What features should a C#/.NET profiler have? This could be a borderline advertisement, not to mention subjective, but the question is an honest one. For the last two months, I've been developing a ne...
- Modified
- 14 Aug at 05:45
Can the ServiceStack MiniProfiler show SQL parameter values, not just the bound parameter names?
Can the ServiceStack MiniProfiler show SQL parameter values, not just the bound parameter names? I've got the ServiceStack [MiniProfiler](https://github.com/ServiceStack/ServiceStack/wiki/Built-in-pro...
- Modified
- 24 Sep at 00:11
How to hide miniprofiler?
How to hide miniprofiler? I'm using MVC Mini profiler to check the speed of specific parts of my application, and would like to keep it there just in case something happens later and I may need to che...
- Modified
- 30 Sep at 00:20
Mini MVC profiler: appears to be displaying profile times for every static resource
Mini MVC profiler: appears to be displaying profile times for every static resource I've just started using the mvc-mini-profiler ([http://code.google.com/p/mvc-mini-profiler/](http://code.google.com/...
- Modified
- 27 Aug at 14:48
MvcMiniProfiler results request giving 404 in Asp.Net MVC app
MvcMiniProfiler results request giving 404 in Asp.Net MVC app I am trying to use the MvcMiniProfiler in my Asp.Net MVC application. I installed the latest NuGet package and added all the code from the...
- Modified
- 27 Jun at 18:57
Using ServiceStack MiniProfiler to profile all service client calls
Using ServiceStack MiniProfiler to profile all service client calls Context: I'm writing a service using ServiceStack. This service is calling some other remote services (using the ServiceStack `JsonS...
- Modified
- 25 Jul at 10:51
Profiler BLOCKED_TIME in IdentityServer4/Newtonsoft.Json
Profiler BLOCKED_TIME in IdentityServer4/Newtonsoft.Json I'm having issues that the /connect/introspect endpoint of my IdentityServer is sometimes really slow (10 seconds for one call). As you can see...
- Modified
- 30 Aug at 09:17
Using Mini-Profilier with EF 4.3 & MVC 4 without creating the database
Using Mini-Profilier with EF 4.3 & MVC 4 without creating the database 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 ca...
- Modified
- 16 Mar at 15:12
Why is my C# program faster in a profiler?
Why is my C# program faster in a profiler? I have a relatively large system (~25000 lines so far) for monitoring radio-related devices. It shows graphs and such using latest version of ZedGraph. The p...
- Modified
- 1 Jun at 07:26