This plugin lists the top 100 slowest actions and filters during page request WordPress.
Does not time nested actions and filters due to core bug.
Debug Bar add-ons ever developed aldemarcalazans.
It helped me to discover why my admin pages were taking 10.5 seconds to load.
The plugin showed me that the action admin menu was taking 10.5 seconds to be executed.
Investigating all occurences of the string admin menu in my theme code, I found external request to web site.
Debug Bar Slow Actions is open software.
The following people have contributed to this plugin..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Fix in count usage, props @josephscott. 0.8.3.
Read more