Site Audit analyzes a Drupal installation against a preset list of recommended settings and parameters, reporting about problematic areas.
Besides the Drush CLI, Site Audit can also generate an HTML report as well, for sharing with other admins online.
Installation:
Login the Drupal administration panel.
Go to Modules section.
Upload the module or copy&paste; the module download URL.
Find and activate the module after installation in the modules list.
Here are some key features of "Site Audit":
- Checks:
- Drupal's caching settings
- Drupal best programming practices
- The overall codebase (size of all, size of files)
- Database settings (size, collation)
- Views caching
- Watchdog
- Google PageSpeed Insights
- Modules (duplicates, dev versions)
- Themes (duplicates, dev versions)
Requirements:
- Added Storage Engine check for InnoDB.
- Added user report, checks.
- Added support for Drupal managed files.
- Added Drupal's built-in status report.