How can I profile a controller action? One of my views is taking quite some time to render and I'd like to break it down. I see script/performance/profiler
, but that seems to only have access to the global scope.
How can I profile a controller action? One of my views is taking quite some time to render and I'd like to break it down. I see script/performance/profiler
, but that seems to only have access to the global scope.