I'm using mvc3, and mvc mini profile is displaying multiple popup boxes for 开发者_C百科a single page request because it is profiling for images and js files.
Have you guys experienced this also? What did you do?
You are seeing those timings cause they are going through the managed pipeline. This also happens to mean that your page is a bit slower cause you have static content that is served dynamically.
See also, for details on how to disable it from being profiled: Mini MVC profiler: appears to be displaying profile times for every static resource
精彩评论