drush command

This module lists modules that are activated in your database but missing from your file system.

These can greatly impact the performance of your drupal 7 site.

For example: 1 missing module lead to 900 file_scan_directory() calls resulting in a wasted 250ms every page load.

-- Usage --
1. To use either view the site status report
/admin/reports/status

2. from drush run
drush list-missing-modules # (alias drush lmm)
drush remove-missing-modules (alias drush rmm)

-- Examples --

This is available in the reports tab:

/admin/reports/status

missing report

And also as a drush command

drush list-missing-modules (alias drush lmm)

drush report

This module does not automatically disable modules, and can be very helpful if you move databases between dev, staging and live servers.

-- CONTACT --

Current maintainers:

Similar modules: Module Missing Message Fixer

Supporting organizations: 

Project information

Releases