{"id":429301,"date":"2017-09-05T10:00:55","date_gmt":"2017-09-05T08:00:55","guid":{"rendered":"https:\/\/wp-rocket.me\/?p=429301\/"},"modified":"2021-07-29T10:11:19","modified_gmt":"2021-07-29T08:11:19","slug":"wordpress-plugins-many","status":"publish","type":"post","link":"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/","title":{"rendered":"How Many WordPress Plugins Is Too Many?"},"content":{"rendered":"<p>With over 50,000 plugins in the <a href=\"https:\/\/wordpress.org\/plugins\/\">WordPress repository<\/a>, it\u2019s easy to feel like a kid in a candy store. The problem is you shouldn\u2019t because mo\u2019 plugins, mo\u2019 problems.<\/p>\n<p>Having too many plugins installed on your WordPress site can cause many potential problems including slowing your site down to a crawl.<\/p>\n<p>Since <a href=\"https:\/\/neilpatel.com\/blog\/loading-time\/\">40% of visitors leave a site<\/a> if it takes more than three seconds to load, it\u2019s important to pare down the number of plugins you use.<\/p>\n<p>But just how many WordPress plugins is really too many?<\/p>\n<p>Today, I\u2019ll share how installing too many plugins can become an issue for your WordPress site. I\u2019ll also answer the all important question of how many plugins is too many to install.<\/p>\n<h2>Maybe I&#8217;m Amazed at the Way Plugins Work<\/h2>\n<p>Why bother installing plugins at all? While WordPress is chock-full of features, it\u2019s not everything you need in most cases.<\/p>\n<p>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.<\/p>\n<p>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.<\/p>\n<p>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\u2019s a plugin for it.<\/p>\n<p>The reality is, if you want to build a robust site full of features, you\u2019re going to need to install some WordPress plugins.<\/p>\n<div id=\"attachment_429313\" style=\"width: 810px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-429313\" class=\"size-full wp-image-429313\" src=\"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/wordpress-org-plugin-repository.png\" alt=\"wordpress.org plugin repository\" width=\"800\" height=\"450\" srcset=\"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/wordpress-org-plugin-repository.png 800w, https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/wordpress-org-plugin-repository-300x169.png 300w, https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/wordpress-org-plugin-repository-768x432.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><p id=\"caption-attachment-429313\" class=\"wp-caption-text\">The WordPress Plugin Repository has over 50,000 plugins.<\/p><\/div>\n<h2>Plugins, Don&#8217;t Let Me Down<\/h2>\n<p>Plugins are great, but the more plugins you add to your site, the greater the risk is of running into problems.<\/p>\n<h3>Problem #1: Increase in HTTP Requests<\/h3>\n<p>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.<\/p>\n<p>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\u2019s browser sends to your site\u2019s server in order to request data to load the page they\u2019re visiting. The server retrieves the requested data and serves it up to the browser.<\/p>\n<p>Each time an HTTP request is sent, it uses up your server\u2019s resources. The more that are sent, the more resources are used. If all your server\u2019s resources are used up, your server (and site!) crashes.<\/p>\n<p>That\u2019s definitely <i>not<\/i> what you want since your visitors can\u2019t view anything until you\u2019re able to get things back up and running.<\/p>\n<p>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.<\/p>\n<p>HTTP requests are similar to your brain\u2019s processing power. When you have to solve one little problem, it\u2019s easy enough, but if you need to solve hundreds of little problems, it\u2019s completely overwhelming. You get too tired and sluggish to problem solve.<\/p>\n<p>Worst case scenario, your brain shouts \u201cThat\u2019s enough!\u201d and doesn\u2019t accept any more problems, no matter how tiny.<\/p>\n<h3>Problem #2: Too Many Database Queries<\/h3>\n<p>Speaking of HTTP requests, too many database queries is another potential problem plugins can bring.<\/p>\n<p>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.<\/p>\n<p>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.<\/p>\n<h3>Problem #3: Bloated Database<\/h3>\n<p>The more plugins you install, the more data needs to be stored in your WordPress site\u2019s database.<\/p>\n<p>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\u2019s full-up and bloated.<\/p>\n<p>This is particularly an issue because this causes your database to run inefficiently, which leads to a super sluggish site.<\/p>\n<p>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.<\/p>\n<h3>Problem #4: Compatibility Issues<\/h3>\n<p>The more plugins you install, the higher your chances become of running into a compatibility issue. That\u2019s when the code in two or more plugins don\u2019t work well together and cause each other to break.<\/p>\n<p>It\u2019s like gears in a machine. When they\u2019re compatible, the teeth of two gears line up and are able to rotate in unison. However, if those teeth aren\u2019t lined up properly, the gears grind together and struggle until it spells destruction for both the gears and the entire machine.<\/p>\n<p>Since plugins aren\u2019t all written by the same developers, it\u2019s difficult to make sure that every single plugin out there works well with each other.<\/p>\n<p>Don\u2019t forget: there\u2019s over 50,000 plugins in the WordPress repository alone. It\u2019s practically impossible to test one plugin against all the others out there to fix any compatibility issues.<\/p>\n<h3>Problem #5: Security Holes<\/h3>\n<p>It\u2019s 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\u2019s not always immediately obvious.<\/p>\n<p>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.<\/p>\n<h3>Problem #6: Poorly Coded Plugins<\/h3>\n<p>As much as we may want to be, <i>pobody\u2019s nerfect<\/i>\u2014er, I mean nobody\u2019s perfect\u2014and mistakes do happen. Plugins are no exception.<\/p>\n<p>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.<\/p>\n<p>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.<\/p>\n<p>It\u2019s like building a dam with plaster and a wood frame. At that point, you\u2019re asking for the dam to collapse and flood the neighbouring city.<\/p>\n<p>When you use a poorly-coded plugin, running into an issue is practically guaranteed.<\/p>\n<h2>We Can Work it Out<\/h2>\n<p>Enough about the problems. What are the solutions?<\/p>\n<p>Fortunately, there are many ways to prevent the issues mentioned above:<\/p>\n<ul>\n<li><b>Reduce the number of plugins you use<\/b> \u2013 Using fewer plugins decreases the chance of running into issues.<\/li>\n<li><b>Install multifunctional plugins<\/b> \u2013 Try to reduce the number of plugins you use by installing plugins that include more than one feature that you need.<\/li>\n<li><b>Decide what you really need and delete the rest<\/b> \u2013 Review the plugins you have installed and the ones you have deactivated. If you haven\u2019t used them in a long time or you don\u2019t plan on using them at all, then delete them.<\/li>\n<li><b>Review the plugin\u2019s code<\/b> \u2013 Check the code of each plugin you use to make sure it\u2019s as clean and lightweight as possible. If you can\u2019t do this, take the time to research the plugins you want. Check out reviews and only download plugins from reputable developers and companies.<\/li>\n<li><b>Clean up your database<\/b> \u2013 Regularly do some spring cleaning on your database to get rid of as much bloat as possible. Check out <a href=\"https:\/\/premium.wpmudev.org\/blog\/squeaky-clean-database\/\">10 Tips for Keeping a Squeaky Clean WordPress (and Multisite!) Database<\/a> for details.<\/li>\n<li><b>Use solid website hosting<\/b> \u2013 Not all website hosts are created equal. Do your research and pick a host for your WordPress site that\u2019s reliable and can help your site runs as fast as possible.<\/li>\n<li><b>Choose an appropriate hosting plan<\/b> \u2013 Like choosing a website host, do your due diligence and pick a hosting plan that\u2019s perfect for your site\u2019s needs.<\/li>\n<li><b>Test plugins before you install them<\/b> \u2013 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.<\/li>\n<li><b>Back up your site, often<\/b> \u2013 Backing up your site regularly ensures you don\u2019t 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.<\/li>\n<li><b>Install a security plugin<\/b> \u2013 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\u2019t do any (further) damage.<\/li>\n<li><b>Use plugins that are regularly updated and maintained<\/b> \u2013 This decreases the chances of coming across problemed plugins that aren\u2019t going to see bug fixes and performance improvements.<\/li>\n<\/ul>\n<p>It\u2019s also crucial to use a reliable caching plugin like <a href=\"https:\/\/wp-rocket.me\/\">WP Rocket<\/a> to help speed up your site drastically, while also offsetting the performance costs of the other plugins you have installed.<\/p>\n<p>WP Rocket is cleanly coded and updated regularly so it isn\u2019t going to slow down your site. It also has truckloads of other valuable features to help turbo boost your site\u2019s speed including minification, cache preloading, GZIP compression, lazy loading and a ton more.<\/p>\n<p>For details, check out\u00a0<a href=\"https:\/\/www.kevinmuldoon.com\/wp-rocket-review-2017\/\">WP Rocket \u2013 Revisiting the Popular WordPress Caching Plugin<\/a> and <a href=\"https:\/\/www.shoutmeloud.com\/wp-rocket-review-cache-plugin.html\">WP-Rocket \u2013 Is It Really The Best Cache Plugin For WordPress?<\/a><\/p>\n<div id=\"om-ulrdquoprwqcywqbbgci-holder\"><\/div>\n\t<script>(function (d, u, ac) {\n\t\t\tvar s = d.createElement('script')\n\t\t\ts.type = 'text\/javascript'\n\t\t\ts.src = 'https:\/\/a.omappapi.com\/app\/js\/api.min.js'\n\t\t\ts.async = true\n\t\t\ts.dataset.user = u\n\t\t\ts.dataset.campaign = ac\n\t\t\td.getElementsByTagName('head')[0].appendChild(s)\n\t\t})(document, 20440, 'ulrdquoprwqcywqbbgci')<\/script>\n<h2>How Many Plugins is Too Many?<\/h2>\n<p>Now to answer the all important question, how many plugins is too many? Unfortunately, there&#8217;s no set number.<\/p>\n<p>It really depends on all the factors mentioned above, but as a general rule of thumb:<\/p>\n<ul>\n<li><b>Shared or budget cloud hosting<\/b> \u2013 About 0-5 plugins<\/li>\n<li><b>Cloud hosting, VPS or dedicated servers<\/b> \u2013 About 5-20, but 10 or less is usually ideal<\/li>\n<\/ul>\n<p>The problem with these general recommendations is that they\u2019re general. I\u2019ve seen sites with over 1,000 plugins installed that ran as fast as lighting\u2026 or Superman.<\/p>\n<p>So, there\u2019s really no set number at all, but if you follow the suggestions above, you\u2019re well on your way to figuring out the perfect amount of plugins for your WordPress site.<\/p>\n<p><b>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.<\/b><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Installing thousands of WordPress plugins is all too tempting, but would likely break your site. Here&#8217;s a definitive answer on how many you can install.<\/p>\n","protected":false},"author":43576,"featured_media":429312,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"kia_subtitle":"","footnotes":""},"categories":[117],"tags":[],"class_list":["post-429301","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress-themes-plugin"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>WordPress Plugins: How Many is Too Many?<\/title>\n<meta name=\"description\" content=\"Installing thousands of WordPress plugins is all too tempting, but would likely break your site. Here&#039;s a definitive answer on how many you can install.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WordPress Plugins: How Many is Too Many?\" \/>\n<meta property=\"og:description\" content=\"Installing thousands of WordPress plugins is all too tempting, but would likely break your site. Here&#039;s a definitive answer on how many you can install.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/\" \/>\n<meta property=\"og:site_name\" content=\"WP Rocket\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/pages\/WP-Rocket\/631942253526829\" \/>\n<meta property=\"article:published_time\" content=\"2017-09-05T08:00:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-07-29T08:11:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/wordpress-plugins-list.png\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"450\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Jenni McKinnon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@wp_rocket\" \/>\n<meta name=\"twitter:site\" content=\"@wp_rocket\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jenni McKinnon\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/\"},\"author\":{\"name\":\"Jenni McKinnon\",\"@id\":\"https:\/\/wp-rocket.me\/#\/schema\/person\/c424c8db717ce33f9f70867f0a962ac2\"},\"headline\":\"How Many WordPress Plugins Is Too Many?\",\"datePublished\":\"2017-09-05T08:00:55+00:00\",\"dateModified\":\"2021-07-29T08:11:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/\"},\"wordCount\":1774,\"commentCount\":12,\"publisher\":{\"@id\":\"https:\/\/wp-rocket.me\/#organization\"},\"image\":{\"@id\":\"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/wordpress-plugins-list.png\",\"articleSection\":[\"Themes &amp; Plugins\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/\",\"url\":\"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/\",\"name\":\"WordPress Plugins: How Many is Too Many?\",\"isPartOf\":{\"@id\":\"https:\/\/wp-rocket.me\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/wordpress-plugins-list.png\",\"datePublished\":\"2017-09-05T08:00:55+00:00\",\"dateModified\":\"2021-07-29T08:11:19+00:00\",\"description\":\"Installing thousands of WordPress plugins is all too tempting, but would likely break your site. Here's a definitive answer on how many you can install.\",\"breadcrumb\":{\"@id\":\"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/#primaryimage\",\"url\":\"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/wordpress-plugins-list.png\",\"contentUrl\":\"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/wordpress-plugins-list.png\",\"width\":800,\"height\":450,\"caption\":\"WordPress plugins list\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wp-rocket.me\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Themes &amp; Plugins\",\"item\":\"https:\/\/wp-rocket.me\/blog\/wordpress-themes-plugin\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How Many WordPress Plugins Is Too Many?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wp-rocket.me\/#website\",\"url\":\"https:\/\/wp-rocket.me\/\",\"name\":\"WP Rocket\",\"description\":\"Plugin d&#039;optimisation de sites WordPress\",\"publisher\":{\"@id\":\"https:\/\/wp-rocket.me\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wp-rocket.me\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/wp-rocket.me\/#organization\",\"name\":\"WP Rocket\",\"url\":\"https:\/\/wp-rocket.me\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wp-rocket.me\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/logo-wp-rocket-paypal-2.png\",\"contentUrl\":\"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/logo-wp-rocket-paypal-2.png\",\"width\":150,\"height\":41,\"caption\":\"WP Rocket\"},\"image\":{\"@id\":\"https:\/\/wp-rocket.me\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/pages\/WP-Rocket\/631942253526829\",\"https:\/\/x.com\/wp_rocket\",\"https:\/\/www.youtube.com\/channel\/UC1ozThXHd1IWIZ5wkshgp_Q\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/wp-rocket.me\/#\/schema\/person\/c424c8db717ce33f9f70867f0a962ac2\",\"name\":\"Jenni McKinnon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wp-rocket.me\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1a368446f4bf1880c0e5a8cb742aed12?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1a368446f4bf1880c0e5a8cb742aed12?s=96&d=mm&r=g\",\"caption\":\"Jenni McKinnon\"},\"description\":\"A copywriter, copy editor, web developer, consultant, course instructor and founder of WP Pros(e), Jenni McKinnon has spent the past 15 years developing websites and almost as long for WordPress. A self-described WordPress nerd, she enjoys watching The Simpsons and names her test sites after references from the show.\",\"sameAs\":[\"https:\/\/wpprose.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"WordPress Plugins: How Many is Too Many?","description":"Installing thousands of WordPress plugins is all too tempting, but would likely break your site. Here's a definitive answer on how many you can install.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/","og_locale":"en_US","og_type":"article","og_title":"WordPress Plugins: How Many is Too Many?","og_description":"Installing thousands of WordPress plugins is all too tempting, but would likely break your site. Here's a definitive answer on how many you can install.","og_url":"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/","og_site_name":"WP Rocket","article_publisher":"https:\/\/www.facebook.com\/pages\/WP-Rocket\/631942253526829","article_published_time":"2017-09-05T08:00:55+00:00","article_modified_time":"2021-07-29T08:11:19+00:00","og_image":[{"width":800,"height":450,"url":"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/wordpress-plugins-list.png","type":"image\/png"}],"author":"Jenni McKinnon","twitter_card":"summary_large_image","twitter_creator":"@wp_rocket","twitter_site":"@wp_rocket","twitter_misc":{"Written by":"Jenni McKinnon","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/#article","isPartOf":{"@id":"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/"},"author":{"name":"Jenni McKinnon","@id":"https:\/\/wp-rocket.me\/#\/schema\/person\/c424c8db717ce33f9f70867f0a962ac2"},"headline":"How Many WordPress Plugins Is Too Many?","datePublished":"2017-09-05T08:00:55+00:00","dateModified":"2021-07-29T08:11:19+00:00","mainEntityOfPage":{"@id":"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/"},"wordCount":1774,"commentCount":12,"publisher":{"@id":"https:\/\/wp-rocket.me\/#organization"},"image":{"@id":"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/#primaryimage"},"thumbnailUrl":"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/wordpress-plugins-list.png","articleSection":["Themes &amp; Plugins"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/","url":"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/","name":"WordPress Plugins: How Many is Too Many?","isPartOf":{"@id":"https:\/\/wp-rocket.me\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/#primaryimage"},"image":{"@id":"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/#primaryimage"},"thumbnailUrl":"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/wordpress-plugins-list.png","datePublished":"2017-09-05T08:00:55+00:00","dateModified":"2021-07-29T08:11:19+00:00","description":"Installing thousands of WordPress plugins is all too tempting, but would likely break your site. Here's a definitive answer on how many you can install.","breadcrumb":{"@id":"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/#primaryimage","url":"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/wordpress-plugins-list.png","contentUrl":"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/wordpress-plugins-list.png","width":800,"height":450,"caption":"WordPress plugins list"},{"@type":"BreadcrumbList","@id":"https:\/\/wp-rocket.me\/blog\/wordpress-plugins-many\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wp-rocket.me"},{"@type":"ListItem","position":2,"name":"Themes &amp; Plugins","item":"https:\/\/wp-rocket.me\/blog\/wordpress-themes-plugin\/"},{"@type":"ListItem","position":3,"name":"How Many WordPress Plugins Is Too Many?"}]},{"@type":"WebSite","@id":"https:\/\/wp-rocket.me\/#website","url":"https:\/\/wp-rocket.me\/","name":"WP Rocket","description":"Plugin d&#039;optimisation de sites WordPress","publisher":{"@id":"https:\/\/wp-rocket.me\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wp-rocket.me\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wp-rocket.me\/#organization","name":"WP Rocket","url":"https:\/\/wp-rocket.me\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wp-rocket.me\/#\/schema\/logo\/image\/","url":"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/logo-wp-rocket-paypal-2.png","contentUrl":"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/logo-wp-rocket-paypal-2.png","width":150,"height":41,"caption":"WP Rocket"},"image":{"@id":"https:\/\/wp-rocket.me\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/pages\/WP-Rocket\/631942253526829","https:\/\/x.com\/wp_rocket","https:\/\/www.youtube.com\/channel\/UC1ozThXHd1IWIZ5wkshgp_Q"]},{"@type":"Person","@id":"https:\/\/wp-rocket.me\/#\/schema\/person\/c424c8db717ce33f9f70867f0a962ac2","name":"Jenni McKinnon","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wp-rocket.me\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1a368446f4bf1880c0e5a8cb742aed12?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1a368446f4bf1880c0e5a8cb742aed12?s=96&d=mm&r=g","caption":"Jenni McKinnon"},"description":"A copywriter, copy editor, web developer, consultant, course instructor and founder of WP Pros(e), Jenni McKinnon has spent the past 15 years developing websites and almost as long for WordPress. A self-described WordPress nerd, she enjoys watching The Simpsons and names her test sites after references from the show.","sameAs":["https:\/\/wpprose.com"]}]}},"_links":{"self":[{"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/posts\/429301"}],"collection":[{"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/users\/43576"}],"replies":[{"embeddable":true,"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/comments?post=429301"}],"version-history":[{"count":0,"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/posts\/429301\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/media\/429312"}],"wp:attachment":[{"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/media?parent=429301"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/categories?post=429301"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/tags?post=429301"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}