missing module
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
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

And also as a drush command
drush list-missing-modules (alias drush lmm)

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
