Table of Contents

With over 50,000 plugins in the WordPress repository, it’s easy to feel like a kid in a candy store. The problem is you shouldn’t because mo’ plugins, mo’ problems.

Having too many plugins installed on your WordPress site can cause many potential problems including slowing your site down to a crawl.

Since 40% of visitors leave a site if it takes more than three seconds to load, it’s important to pare down the number of plugins you use.

But just how many WordPress plugins is really too many?

Today, I’ll share how installing too many plugins can become an issue for your WordPress site. I’ll also answer the all important question of how many plugins is too many to install.

Maybe I’m Amazed at the Way Plugins Work

Why bother installing plugins at all? While WordPress is chock-full of features, it’s not everything you need in most cases.

The WordPress core offers a great foundation for your site, but if you really want to turn things up a notch, plugins are the answer.

They can offer practical solutions such as boosting your SEO, speeding up your site with browser and database caching and providing solid security, but that just scratches the surface.

There are also plugins available for virtually anything you could want to include in your site. From adding eCommerce, blog or website hosting and membership capabilities, and all the way to incorporating a falling snowflakes animation to your pages, there’s a plugin for it.

The reality is, if you want to build a robust site full of features, you’re going to need to install some WordPress plugins.

wordpress.org plugin repository

The WordPress Plugin Repository has over 50,000 plugins.

Plugins, Don’t Let Me Down

Plugins are great, but the more plugins you add to your site, the greater the risk is of running into problems.

Problem #1: Increase in HTTP Requests

Many plugins offer a lot of functionality for the front end of your site. For example, allowing a visitor to book an appointment or browse and purchase physical or digital products.

These kinds of plugins need extra CSS styling, images and JavaScript in order to run properly. These cause extra HTTP requests, which are request-response protocols that a visitor’s browser sends to your site’s server in order to request data to load the page they’re visiting. The server retrieves the requested data and serves it up to the browser.

Each time an HTTP request is sent, it uses up your server’s resources. The more that are sent, the more resources are used. If all your server’s resources are used up, your server (and site!) crashes.

That’s definitely not what you want since your visitors can’t view anything until you’re able to get things back up and running.

The other issue here is that each request takes time to process. The more HTTP requests you have, the more time it takes to complete and that translates into a slower loading time for your site.

HTTP requests are similar to your brain’s processing power. When you have to solve one little problem, it’s easy enough, but if you need to solve hundreds of little problems, it’s completely overwhelming. You get too tired and sluggish to problem solve.

Worst case scenario, your brain shouts “That’s enough!” and doesn’t accept any more problems, no matter how tiny.

Problem #2: Too Many Database Queries

Speaking of HTTP requests, too many database queries is another potential problem plugins can bring.

Much of your WordPress site is stored in your database. Every time your page needs to load and it requests information from your database, it takes time and resources.

Similar to HTTP requests, the more queries that are sent to your database, the larger the strain is on your database and the overall performance of your site suffers.

Problem #3: Bloated Database

The more plugins you install, the more data needs to be stored in your WordPress site’s database.

Since your database and your server has a strict limit to how much storage space it has, the more information you collect in your database, the bigger it gets until it’s full-up and bloated.

This is particularly an issue because this causes your database to run inefficiently, which leads to a super sluggish site.

Activated plugins are especially a problem, but deactivated plugins still store data in your database and cause bloat. Even plugins you deleted can still store stray data.

Problem #4: Compatibility Issues

The more plugins you install, the higher your chances become of running into a compatibility issue. That’s when the code in two or more plugins don’t work well together and cause each other to break.

It’s like gears in a machine. When they’re compatible, the teeth of two gears line up and are able to rotate in unison. However, if those teeth aren’t lined up properly, the gears grind together and struggle until it spells destruction for both the gears and the entire machine.

Since plugins aren’t all written by the same developers, it’s difficult to make sure that every single plugin out there works well with each other.

Don’t forget: there’s over 50,000 plugins in the WordPress repository alone. It’s practically impossible to test one plugin against all the others out there to fix any compatibility issues.

Problem #5: Security Holes

It’s easy to code an accidental security vulnerability. Even the best and brightest developers can miss a security hole when writing and reviewing code because it’s not always immediately obvious.

The more plugins you have installed, the higher the risk is of one of those plugins having a security hole that a hacker could exploit to infiltrate and infect your site.

Problem #6: Poorly Coded Plugins

As much as we may want to be, pobody’s nerfect—er, I mean nobody’s perfect—and mistakes do happen. Plugins are no exception.

No matter how skilled of a developer you are, statistically speaking, the chances of being able to write perfect code with no bugs is zero probability.

Every plugin is going to have its fair share of bugs, but there are also many plugins out there that are incredibly poorly coded. These plugins wreak havoc on your site in often multiple ways as mentioned above.

It’s like building a dam with plaster and a wood frame. At that point, you’re asking for the dam to collapse and flood the neighbouring city.

When you use a poorly-coded plugin, running into an issue is practically guaranteed.

We Can Work it Out

Enough about the problems. What are the solutions?

Fortunately, there are many ways to prevent the issues mentioned above:

  • Reduce the number of plugins you use – Using fewer plugins decreases the chance of running into issues.
  • Install multifunctional plugins – Try to reduce the number of plugins you use by installing plugins that include more than one feature that you need.
  • Decide what you really need and delete the rest – Review the plugins you have installed and the ones you have deactivated. If you haven’t used them in a long time or you don’t plan on using them at all, then delete them.
  • Review the plugin’s code – Check the code of each plugin you use to make sure it’s as clean and lightweight as possible. If you can’t do this, take the time to research the plugins you want. Check out reviews and only download plugins from reputable developers and companies.
  • Clean up your database – Regularly do some spring cleaning on your database to get rid of as much bloat as possible. Check out 10 Tips for Keeping a Squeaky Clean WordPress (and Multisite!) Database for details.
  • Use solid website hosting – Not all website hosts are created equal. Do your research and pick a host for your WordPress site that’s reliable and can help your site runs as fast as possible.
  • Choose an appropriate hosting plan – Like choosing a website host, do your due diligence and pick a hosting plan that’s perfect for your site’s needs.
  • Test plugins before you install them – Test plugins on a staging site or a local environment thoroughly before installing them on a live site. This gives you a chance to catch problems before it reaches your live site.
  • Back up your site, often – Backing up your site regularly ensures you don’t lose everything in case you run into one of the problems mentioned earlier. If you do, you can restore your site to an earlier state.
  • Install a security plugin – Using a security plugin can help catch and isolate issues before they break your site. That way, you can fix the problem or delete the plugin so it doesn’t do any (further) damage.
  • Use plugins that are regularly updated and maintained – This decreases the chances of coming across problemed plugins that aren’t going to see bug fixes and performance improvements.

It’s also crucial to use a reliable caching plugin like WP Rocket to help speed up your site drastically, while also offsetting the performance costs of the other plugins you have installed.

WP Rocket is cleanly coded and updated regularly so it isn’t going to slow down your site. It also has truckloads of other valuable features to help turbo boost your site’s speed including minification, cache preloading, GZIP compression, lazy loading and a ton more.

For details, check out WP Rocket – Revisiting the Popular WordPress Caching Plugin and WP-Rocket – Is It Really The Best Cache Plugin For WordPress?

How Many Plugins is Too Many?

Now to answer the all important question, how many plugins is too many? Unfortunately, there’s no set number.

It really depends on all the factors mentioned above, but as a general rule of thumb:

  • Shared or budget cloud hosting – About 0-5 plugins
  • Cloud hosting, VPS or dedicated servers – About 5-20, but 10 or less is usually ideal

The problem with these general recommendations is that they’re general. I’ve seen sites with over 1,000 plugins installed that ran as fast as lighting… or Superman.

So, there’s really no set number at all, but if you follow the suggestions above, you’re well on your way to figuring out the perfect amount of plugins for your WordPress site.

How many WordPress plugins do you have installed on your site? How fast does your site load? Do you have any tips that I missed? Share your experience in the comments below.


Comments (12)

"The problem with these general recommendations is that they’re general."

Quite. I think these recommendations spoiled an otherwise decent article. 1 bad plugin can have a worse performance impact than 25 good ones. As such, giving a numeric answer makes no sense, even as a general answer. As with most things, there's some sort of 80/20 rule. The number of plugins really doesn't matter - which, to be fair, you do say.

Terrible advice. Multifunctional plugins are the devils spawn. Good plugins are simple, they do one thing only and have minimal configuration.
Multifunctional plugins are bloated and cause plugin conflicts

Completely agree with David. Not all plugins are equal and you simply cannot say what a "good" number of plugins is.

In my experience, people want a number and they get a bit irritated if you don't give them even a general number. The numbers given in the article are pretty reasonable given that it's generally about the amount of plugins that would fit well with those kinds of hosting. The post also does say it's a general recommendation and provides the steps to figuring out how many is right for your website.

That said, in the context of this comment section, if someone doesn't want to offer a general number, that's their opinion. Not providing a general number is ideal since every website is different, but when the title of the post is asking how many plugins a site should have before it's too many to install, it would probably invite a lot of scrutiny if no general range was given.

I also know plenty of developers that regularly suggest 10 plugins is the "magic" number, but there are many who disagree and that's fine. I think there are a lot of developers out there that can't fully agree on this topic.

After reducing the number of plugins you use, installing a multifunctional plugin that covers all your needs is a smart move. It reduces the chances for compatibility issues because you'd be using less plugins, scripts, etc. for it to conflict with. If you don't need most of the features a multifunctional plugin provides, then it wouldn't make sense for your website.

The point is, every website is different and you need to work out what's best for your site. That also happens to be mentioned in the post as well including some tips on how to figure it out.

If you are using more than 3-5, you should reevaluate.
I'm currently putting 2-3 plugin on my client's sites: WProcket. Yoast SEO and sometimes Divi Builder if the client is changing design themself.
Otherwise i leave it out.

Instead of automating via. plugin, I teach my clients how to compress images and other things you could use a plugin for.
Works much better.

I have 20 plus plugins and 2 of them are not regularly updating. Is that a problem, because there is no replacement for that plugins and if i remove it, then I have to edit each and every post.

Yes, some plugins are good but some plugins are bad for your website. So you unfortunately can't say what a “good” number of plugins is.

Usually when the clients have need too much plugins, especially if they are heavy, I use the new WordPress plugin Freesoul Deactivate Plugins (https://wordpress.org/plugins/freesoul-deactivate-plugins) for deactivating specific plugins on specific pages and posts, so they are not loaded at all, they don't consume PHP memory and don't load neither scripts nor styles on the pages where they are deactivated

Really enjoyed the Beatles references.

It is great advice, so many insulting comments. General advice with a number is good, it is aimed at those that don't have a technical experience like they say the more plugins you load the more problems you'll likely run into. Well done wp-rocket love your work and plugin!

Thank you, I think it's a very good article for starters and general public. I actually think your numbers are quite conservative but also depend on horsepower. I'm a system administrator and an I.T. consultant and I'm currently setting up an e-commerce site based on Wordpress and Woocommerce in multiple languages, so add WPML. My base installation alone for this current project has around 10 plugins. As I add functionality and customization for the site this number grows. At the moment this site is running smoothly with more than 30 activated plugins.
In general terms I want to outline the following tips:
Make and test backups regularly Use strong passwords. Don't share accounts. Update your code.
Second: SUPPORT:
Many companies develop and mantain plugins providing great support for their clients. They often offer a free version of their plugin along with payed services for updates and support. At the moment I have bought a few plugins for lifetime support and others with yearly suscription plans.
Third: ARCHITECTURE:
A site can run on top of anything from a shared server to a cloud based architecture with separate web servers, database servers, proxies, endpoints, storage.... A Wordpress site can run on a Private server in a rack of some local hosting provider or on top of a virtual private server. In both cases you have to install and configure everything starting at the operating system. You can also get a SaaS implementation, a Wordpress.com hosted solution or similar, where you don't have to think to much about the limitations of size or bandwidth. You don't know what's underneath but it's not your average cheap shared hosting server. T

Related Articles of Themes & Plugins
Subscribe to Our Newsletter

Stay in the loop with the latest WordPress and web performance updates.
Straight to your inbox every two weeks.

Get a Faster Website
in a Few Clicks

Setup Takes 3 Minutes Flat
Get WP Rocket Now