Config Check

Component ID

1090672

Component name

Config Check

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

540

Component created

Component changed

Component body

The Config Check module provides a report that you can run just before you launch a site to make sure that you've got all your Drupal ducks in a row. Among other things, it checks that:

- Caching and JS / CSS aggregation are turned on
- You have pathauto installed with best practice settings
- You have path_redirect installed with best practice settings
- Cron has been run recently
- You've got spam protection on your webforms
- Submission addresses of your webforms don't contain any internal or testing domains
- You don't have any published nodes that contain "dummy" text (like lorem ipsum)
- You've installed a WYSIWYG and assigned it to at least one other input format
- You have at least one user with an administrator role

... and other stuff you want to check before making a site go live.

Some of the reports are configurable, and new reports can be added using hooks.

Development of this module is sponsored by EchoDitto.