If you're encountering performance issues with your Web Application, one of the first things you should be doing is finding the hot spots: what are the places in code where a lot of time is spent and why? Hopefully, you will uncover an inefficiency which can be optimized and optimizing a hot spot is likely to have a significant effect on the overall performance.
For this purpose, so-called profilers exist which can…
Translate



