Quick and dirty drush plugin to benchmark the render time for each of the blocks on your Drupal site.
- Download this to plugin to
${HOME}/.drush
- Run
drush cc drush
- From your sites docroot, run
drush block_benchmark
It will return you a table with all of the blocks and their render times, sorted by longest to shortest render time.