Okay, so your code is slow. Why? Is it your webservice call? Or a new plugin you installed? Is it your database calls? File I/O? You need a profiler. A profiler gives you the ability to trace the performance of your code through every function call and create an overview of your system’s performance over a certain time period and helps you make intelligent decisions about where to look for problems.