1

I'm using mvc3, and mvc mini profile is displaying multiple popup boxes for a single page request because it is profiling for images and js files.

Have you guys experienced this also? What did you do?

Blankman
  • 259,732
  • 324
  • 769
  • 1,199

1 Answers1

2

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

Community
  • 1
  • 1
Sam Saffron
  • 128,308
  • 78
  • 326
  • 506