I am profiling my MVC application, and the speed from Performance Explorer is about 500 ms (50 ms of code, 450 ms of SQL transitions that will not exist during deployment).
However, the time expected to respond to a GET request is about 1200 ms.
I was able to detect through the trial version and the error that this is due to a particularly slow partial view.
However, is there a way to discover this through profiling in the future?
If this helps, I use pre-compiled Spark views, but a solution that works for this or the default viewer will be appreciated.
thank
source
share