Removing Unused Modules in Drupal 8

One of the important aspects of keeping your Drupal 8 site up-to-date, secure, and performing well is to remove unused modules.

Protect Security: Every module should be kept up-to-date to keep them secure, and if you’re not using a particular feature, you’re just giving yourself more work to do.

Improve Performance: Drupal is an event-based CMS so at every point in the page-build process, Drupal is checking to see if any module on your site wants to do something.

why should i write content on a website

Get rid of site clutter: The “Extend” menu is long enough! Not to mention any configuration menu items that a module might add.

Step 1:  Uninstall

When you install a module on your site, depending on the module, a number of things happen. The code is added to the /modules folder. However, if that module stores data in the database, then tables are created and sample data may be installed.

It’s important to uninstall a module before you remove the code so the module’s uninstall configuration file can perform its tasks. 

It’s also worthy to note that if you simply delete the code without uninstalling, you might encounter a huge performance regression which stems from Drupal recursively searching through the site for the “missing” module on every page load.

Caution: When you uninstall a module that writes data to the database, all of your data will be deleted.

To uninstall a module:

1. Log into your Drupal site and in the Manage administrative menu, click on Extend -> Uninstall where you will find the list of modules that are ready to be uninstalled.

2. Check the boxes for the modules you are uninstalling (Search, History, and Activity Tracker).

3. Scroll down to the bottom of the page and click “Uninstall.”

4. If a module has dependencies, you’ll need to uninstall the module that requires something else first, then the main module second. 

For example, Admin Toolbar cannot be uninstalled until Admin Toolbar Extras is uninstalled.

5. Remove the module code from the codebase. As you may know, uninstalling a module in Drupal doesn’t actually remove the code from the codebase. The code stays in the /modules folder, ready to be installed again. It’s always safest to completely removed the code from your codebase. If you do not have access to the codebase, you will need to ask your IT department or web host to do that for you.

6. Once you gain access to the codebase, you’ll look for the modules folder. Your module will be listed via the machine name. Just delete the entire folder.

Boom, done!

A global team of digerati with offices in Washington, D.C. and Southern California, we provide digital marketing, web design, and creative for brands you know and nonprofits you love.

Follow us to receive the latest digital insights:

Businesses face the daunting challenge of standing out in an increasingly fragmented landscape. With audiences scattered across various platforms, each with unique characteristics and expectations, maintaining a unified brand identity...

A website’s user experience (UX) plays a pivotal role in determining its conversion rates. An exceptional UX ensures that visitors not only stay longer but are also more likely to...

Businesses are constantly weighing the pros and cons of different strategies to reach and engage their audiences. Two of the most prominent approaches are paid media and earned media. While...

Nonprofits operate in an increasingly competitive landscape, where standing out and effectively communicating their mission is critical for success. For many organizations, rebranding can be a transformative tool, helping them...

Ready for more?

Subscribe to our newsletter to stay up to date on the latest web design trends, digital marketing approaches, ecommerce technologies, and industry-specific digital solutions.

Name