Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 455 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 455 Bytes

Block Benchmark

Quick and dirty drush plugin to benchmark the render time for each of the blocks on your Drupal site.

Usage

  1. Download this to plugin to ${HOME}/.drush
  2. Run drush cc drush
  3. 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.