Many developers often forget to profile their code. Nevertheless this is a very important part of the software development cycle! It is much harder optimizing the code when it is already running in a production environment, while most of the problems could be avoided using a profiler or performance analyzer.
Read More