mishrsud / mvc-mini-profiler

Automatically exported from code.google.com/p/mvc-mini-profiler
0 stars 0 forks source link

Upper limit of X-Mini-Profiler-Ids #99

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When not consuming the X-Mini-Profiler-Ids they increase rapidly and becomes a 
large amount of data. Setting an upper limit could prevent this, see 
http://stackoverflow.com/questions/7188450/mvc-mini-profiler-why-so-many-x-minip
rofiler-ids for more info.

Using v.1.7, installed from NuGet, with Asp.net mvc 3.

Original issue reported on code.google.com by m...@mansandersson.se on 29 Aug 2011 at 5:36

GoogleCodeExporter commented 8 years ago
I'm not positive, but this seems to be causing a problem in Firefox if there 
are too many ids. Firefox seems to just stop loading a page if the header gets 
to be too long. That can happen if there are many requests and RenderIncludes 
is never called. 

Original comment by daveho...@gmail.com on 25 Oct 2011 at 12:41

GoogleCodeExporter commented 8 years ago
I have confirmed the Firefox issues.  They are especially prevalent if using 
the SqlServerStorage rather than showing the UI.

I have created a workaround detailed here 
http://antonvishnyak.wordpress.com/2011/10/26/firefox-mvc-mini-profiler-gotcha/

Original comment by anton.vi...@gmail.com on 27 Oct 2011 at 6:18

GoogleCodeExporter commented 8 years ago
done, there is a configurable upper limit set by default to 20

Original comment by sam.saff...@gmail.com on 14 Feb 2012 at 4:56