Search code examples
mvc-mini-profiler

Retrieve previous requests profiling data


I have incorporated the mini-profiler in mvc app but I have a question. When I have a controller looking like below I can't see the execution that took place, any ideas?

  1. Controller1.Action1 executes and then does RedirectToAction(Action2)
  2. Action2 is run

My problem is that I can't seem to get the execution of step 1 above only step 2. Yes I know that it is a client side redirect involved.


Solution

  • Grab the latest version from the repo, we now display the last N requests that were not displayed, per user.

    This way we track redirects and POSTs