dev-master
9999999-dev https://github.com/KeyboardCowboy/drush-diagnosticsGet various diagnostic reports to help troubleshoot and optimize your site.
GPL-2.0+
The Requires
- php >=5.3.0
- composer/installers ~1.0
by Chris Albrecht
diagnostics drush
Wallogit.com
2017 © Pedro Peláez
Get various diagnostic reports to help troubleshoot and optimize your site.
Drush plugins to generate diagnostic reports of your Drupal site., (*1)
drush diag-field-use-report (dfur)Generate a report listing all fields and number of records per field., (*2)
--instance : Count records by field instance instead of grouping by field., (*3)
--cols : Add columns from the field_config table. (I.e. --cols=type to get the field type), (*4)
Supports output formats, (*5)
'drush dfur' => 'List all fields and number of records for each.', 'drush dfur --instance' => 'List all fields by entity type and bundle and number of records per instance.' 'drush dfur --cols=type' => 'Add the "type" col from the field_config table to get the field type.'
Get various diagnostic reports to help troubleshoot and optimize your site.
GPL-2.0+
diagnostics drush