Bottlenecks

A bottleneck is an area in your code that is slowing down the execution of your application. Bottlenecks appear as hotspots in the Hotspot view. All bottlenecks are hotspots but all hotspots need not necessarily be bottlenecks. Remove the bottlenecks to optimize your code.