{"id":3161,"date":"2013-08-28T13:12:40","date_gmt":"2013-08-28T18:12:40","guid":{"rendered":"https:\/\/wpengine.com\/?p=3161"},"modified":"2025-05-12T15:44:58","modified_gmt":"2025-05-12T20:44:58","slug":"plugins-and-fast-wordpress-sites-its-not-the-number-of-plugins-its-the-quality","status":"publish","type":"post","link":"https:\/\/wpengine.com\/resources\/plugins-and-fast-wordpress-sites-its-not-the-number-of-plugins-its-the-quality\/","title":{"rendered":"Plugins and Fast WordPress Sites &#8211; It&#8217;s not the Number of Plugins, It&#8217;s the Quality"},"content":{"rendered":"<p dir=\"ltr\" style=\"text-align: center;\"><a href=\"https:\/\/wpengine.com\/blog\/plugins-and-fast-wordpress-sites-its-not-the-number-of-plugins-its-the-quality\/\" rel=\"attachment wp-att-3162\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3162\" src=\"https:\/\/wpengine.com\/wp-content\/uploads\/2013\/08\/fast-plugins.png\" alt=\"Fast WordPress Plugins\" width=\"480\" height=\"360\" \/><\/a><\/p>\n<p dir=\"ltr\" style=\"text-align: center;\"><strong>FOR MORE ON WORDPRESS PLUGINS, VIEW <a href=\"https:\/\/wpengine.com\/resources\/ebook-ultimate-guide-wordpress-plugins\/\"><em>THE ULTIMATE GUIDE TO WORDPRESS PLUGINS<\/em><\/a><\/strong><\/p>\n<p dir=\"ltr\" style=\"text-align: left;\">We\u2019ve heard a lot about why the faster your site loads, the better your customer experience is, the <a href=\"https:\/\/wpengine.com\/resources\/improve-wordpress-site-speed\/\" target=\"_blank\" rel=\"noopener noreferrer\">higher your Pagerank will be<\/a>, and the higher your site will convert. Today, I\u2019m going to address one of the more crucial areas of site speed, and also dispel one of the most common myths about how to make WordPress load fast.<\/p>\n<p dir=\"ltr\"><strong>WordPress speed performance can be broken down into three major areas of focus:<\/strong><\/p>\n<ol>\n<li>\n<p dir=\"ltr\"><strong>Speedy <a href=\"https:\/\/wpengine.com\/managed-wordpress-hosting\/\">managed hosting for WordPress<\/a><\/strong>\u00a0&#8211; Investing in <a href=\"https:\/\/wpengine.com\/fast-wordpress-hosting\/\">fast hosting for WordPress<\/a>\u00a0like WP Engine offers is one of the simplest ways to get a big win here.<\/p>\n<\/li>\n<li>\n<p dir=\"ltr\"><strong>Streamlined code in your theme<\/strong> &#8211; Googling for \u201cfree WordPress theme\u201d is not the best way to find a well-coded theme that loads quickly.<\/p>\n<\/li>\n<li>\n<p dir=\"ltr\"><strong>Installing only scalable plugins<\/strong> &#8211; This is what we\u2019re going to dig into today. Every plugin adds a bit of complexity to your site, and it\u2019s important to install well-developed plugins from a reputable source.<\/p>\n<\/li>\n<\/ol>\n<p dir=\"ltr\">Plugins allow site owners to exert very specific control over site performance because plugins are simple to swap out and exchanged for one another. Installing and enabling is as easy as uninstalling and disabling. If one plugin is slowing your site down, you can find a faster one or remove it altogether. In general, we always want to have the fastest set of plugins possible for the features you want the plugins to add!<\/p>\n<h3>Dispelling A Myth<\/h3>\n<p dir=\"ltr\">Can you have too many plugins? There is a common refrain heard in the WordPress ecosystem, spoken at Meetups and written in blog posts that you want to run as few plugins as possible because \u201chaving too many plugins will slow your site down.\u201d This isn\u2019t strictly wrong, but like anything that has to do with development, there\u2019s a bit of nuance and subtlety you can dig into here.<\/p>\n<p dir=\"ltr\">Yes, more plugins will add more code that a browser has to load, which can slow it down. And to paint with very broad strokes, a website with a simpler codebase will usually load faster than one with a complicated one, all other things being equal. Since plugins are basically a way of adding code without having to write it yourself, telling new WordPress folks to run as few plugins as possible is great advice. It keeps people from installing 10 different Facebook plugins that all basically perform the exact same functionality.<\/p>\n<h3>How many plugins is too many?<\/h3>\n<p dir=\"ltr\">I chatted with <a href=\"http:\/\/PippinsPlugins.com\" target=\"_blank\" rel=\"noopener noreferrer\">Pippin Williamson<\/a>, the developer of <a href=\"http:\/\/EasyDigitalDownloads.com\" target=\"_blank\" rel=\"noopener noreferrer\">Easy Digital Downloads<\/a>, because he\u2019s one of the active WordPress thought leaders who runs a high number of plugins, and they load quickly. <a href=\"http:\/\/PippinsPlugins.com\" target=\"_blank\" rel=\"noopener noreferrer\">PippinsPlugins.com<\/a> runs 81 in total, and <a href=\"http:\/\/EasyDigitalDownloads.com\" target=\"_blank\" rel=\"noopener noreferrer\">EasyDigitalDownloads.com<\/a> runs 83.<\/p>\n<p dir=\"ltr\">I wanted to investigate why this was, so I chatted with Pippin to see why he was running that many plugins, and whether or not it was affecting his site. He explained to me that the trick isn\u2019t how many plugins you have, but what operations they need to perform in order to render your site in a visitor\u2019s browser. Most plugins are pretty simple, but some will perform complex actions that are \u201cexpensive\u201d in terms of backend processing, and will slow a website down. In other words, you could have a quickly loading website with 80 plugins, and add a single, complicated plugin and lose half a second (or more) of loading time!<\/p>\n<p dir=\"ltr\"><strong>According to Pippin, there are four major areas he looks for when he evaluates adding a plugin to his website.<\/strong><\/p>\n<ol>\n<li>\n<p dir=\"ltr\">Does it load lots of scripts, styles, or other assets?<\/p>\n<\/li>\n<li>\n<p dir=\"ltr\">Does it add extra database queries to each page?<\/p>\n<\/li>\n<li>\n<p dir=\"ltr\">Does it perform complex operations?<\/p>\n<\/li>\n<li>\n<p dir=\"ltr\">Does it perform remote requests, like to external APIs?<\/p>\n<\/li>\n<\/ol>\n<h3>Load a lot of scripts, styles, or other assets on pages.<\/h3>\n<p dir=\"ltr\">Plugins are designed to add features or functionality to your site so that no matter what theme you install, the functionality of your site always stays the same. To do this, plugins can <a href=\"http:\/\/www.wpbeginner.com\/wp-tutorials\/how-wordpress-plugins-affect-your-sites-load-time\/\" target=\"_blank\" rel=\"noopener noreferrer\">load CSS files and JavaScript libraries<\/a> on every page, which is expensive for your resources. Even when loading those assets is strictly necessary, loading too many will impact site performance much more than having 20-30 simple plugins that each perform their own tasks would.<\/p>\n<p dir=\"ltr\">Each script is loaded with an HTTP request, which is basically a way of requesting data between a server and the browser. <a href=\"http:\/\/en.wikipedia.org\/wiki\/Hypertext_Transfer_Protocol\" target=\"_blank\" rel=\"noopener noreferrer\">HTTP requests<\/a> are simply how websites get the data from servers and put webpages together. Every CSS or JavaScript library, and every image requires an HTTP request. You can\u2019t get rid of them, but you want to be efficient with them. Even now, when browsers can batch load up to 8 HTTP requests simultaneously, a webpage can generally have 15+ HTTP requests to load.<\/p>\n<p dir=\"ltr\">There are two ways to speed this process up. The first is to stop plugins from loading certain things altogether. Some plugins are set to load files on every pageload, even when they aren\u2019t necessary for that page. You want to specify when the file is loaded.<\/p>\n<p dir=\"ltr\">The other way to speed pageload time is to load the assets either asynchronously, or even after everything else has been loaded on the page. A good example is loading <a href=\"https:\/\/developers.google.com\/speed\/pagespeed\/module\/filter-make-google-analytics-async\" target=\"_blank\" rel=\"noopener noreferrer\">Google Analytics asynchronously<\/a> so that it doesn\u2019t block other requests from loading in the process. Google Analytics is essential to your website\u2019s SEO, but it\u2019s also a big file, so you want to make sure it can be loaded at the same time other assets are loaded, rather than in serial, so it would hold everything up.<\/p>\n<h3>Plugins that add extra database queries to each page<\/h3>\n<p dir=\"ltr\">Database queries have a large impact on performance, and plugins can make a lot of these requests if the plugin author wasn\u2019t careful. For example, plugins that track post\/page views by storing a value in the database every time a page is loaded will dramatically impact performance over time because the server has to make an additional MySQL request for that number on each page.<\/p>\n<p dir=\"ltr\">Now, the number of page views or comments on a post can be important to display, but it\u2019s not a mission-critical enough to hit the database every time you load a page. In order to reduce this, you can reduce the frequency a plugin queries the database, or kill specific database requests altogether and save the processing power in addition to speeding your site up.<\/p>\n<p dir=\"ltr\">If a plugin is making a lot of database calls, it\u2019s important to evaluate the importance of that plugin\u2019s functionality and weigh it against the speed of your site. If you can find an alternate plugin that makes fewer database calls, you may consider using that one instead. <a href=\"https:\/\/wpengine.com\/agency-directory\/\">A good developer<\/a> will be able to help you work through questions like this.<\/p>\n<h3>Plugins that need to perform complex operations<\/h3>\n<p dir=\"ltr\">Plugins that query large amounts of data and then perform an action with the data will impact performance. In general, plugins that perform overly complex operations should do them off server, and not in your <a href=\"https:\/\/wpengine.com\/\">WordPress hosting<\/a> environment.<\/p>\n<p dir=\"ltr\">Good examples of this are the class of \u2018Related Posts\u2019 \u00a0plugins <a href=\"https:\/\/wpengine.com\/support\/disallowed-plugins\/\" target=\"_blank\" rel=\"noopener noreferrer\">that create FULLTEXT indexes<\/a> on the \u201cposts\u201d table in MySQL. A FULLTEXT index is essentially a mechanism for making complex search queries against the content of posts, like \u201cposts which contain A and B but not C or D.\u201d It turns the MySQL database into a mini search engine, which really isn\u2019t what MySQL was designed to be.<\/p>\n<p dir=\"ltr\">These queries become increasingly problematic as sites get larger and larger because the FULLTEXT index will continue to grow as well. At run time, the index will consume huge amounts of resources. Over time, the site slows to a crawl, and in extreme cases can crash the server if it runs out of threads.<\/p>\n<h3>Plugins that perform a lot of remote requests<\/h3>\n<p dir=\"ltr\">This can include requests to external APIs from 3rd party services, and the like. Anything where your site needs to make an external request in order to run can impact performance.<\/p>\n<p>Again, this comes down to the number of requests that have to be made by your site before a page can load. The more times you have to request data from an external API, the more times you have to wait for a response from that API.<\/p>\n<p dir=\"ltr\">You can have plugins that request data from external APIs (earning reports, page views, etc.), you just want to ensure that they don&#8217;t adversely affect performance by caching the requests. Caching the request will mean that the request doesn\u2019t have to run every time you load a page, which will save you a great deal of time.<\/p>\n<h3>So how many plugins is too many?<\/h3>\n<p dir=\"ltr\">Breaking this down, the number of plugins is less important than the quality of them. When you hear folks tell you, \u201crunning fewer plugins will make your site faster,\u201d that\u2019s not 100% true. Sometimes a single plugin can make all the difference in pageload time because it loads too many scripts, or hits the database with expensive requests.<\/p>\n<p dir=\"ltr\">If you think your site is loading slowly, and a plugin may be the culprit, there\u2019s a very simple way to test this out, and you don\u2019t have to be a hardcore developer to do it. To check for unscalable plugins, all you need to deactivate all of them from the plugin menu in the wp-admin and then load your site. If the site loads faster, you know that there was an issue with one or more plugins. Now, activate the plugins one at a time, loading the homepage every time to narrow down which plugin is causing the slowdown.<\/p>\n<p dir=\"ltr\">Once you\u2019ve discovered which plugin is the culprit, it\u2019s time to find a replacement. Ask around at your next Meetup, or in <a href=\"https:\/\/wpengine.com\/blog\/get-involved-with-online-wordpress-communities\/\" target=\"_blank\" rel=\"noopener noreferrer\">an online community<\/a> to find a replacement. Of course, then you can write a blog post about what you\u2019ve learned to share what you know. If you run into an issue, it\u2019s very likely that someone else has run into the very same one. Your blog post will make a huge difference!<\/p>\n<p dir=\"ltr\"><em>Consistently updating your plugins is key to any successful and secure WordPress site. To help you manage your plugins with confidence, WP Engine created the\u00a0<a href=\"https:\/\/wpengine.com\/smart-plugin-manager\/\" target=\"_blank\" rel=\"noopener noreferrer\">Smart Plugin Manager<\/a>. \u00a0Smart Plugin Manager is an automated solution that checks your plugins for updates nightly and ensures that when updates happen, your site doesn\u2019t break.<\/em><\/p>\n<p dir=\"ltr\"><strong>Hope this helps.<\/strong><\/p>\n<p dir=\"ltr\"><strong>Austin<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>FOR MORE ON WORDPRESS PLUGINS, VIEW THE ULTIMATE GUIDE TO WORDPRESS PLUGINS We\u2019ve heard a lot about why the faster your site loads, the better your customer experience is, the higher your Pagerank will be, and the higher your site will convert. Today, I\u2019m going to address one of the more crucial areas of site<span class=\"tile__ellipses\">&hellip;<\/span><span class=\"tile__ellipses--animated\"><\/span><\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[5,528],"tags":[24,35],"class_list":["post-3161","post","type-post","status-publish","format-standard","hentry","category-development","category-plugins","tag-plugins","tag-wordpress-plugins"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Plugins and Fast WordPress Sites - It&#039;s not the Number of Plugins, It&#039;s the Quality | WP Engine DXP<\/title>\n<meta name=\"description\" content=\"Read about the more crucial areas of site speed and the most common myths about how to make WordPress load fast.\" \/>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Plugins and Fast WordPress Sites - It&#039;s not the Number of Plugins, It&#039;s the Quality | WP Engine DXP\" \/>\n<meta property=\"og:description\" content=\"Read about the more crucial areas of site speed and the most common myths about how to make WordPress load fast.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wpengine.com\/resources\/plugins-and-fast-wordpress-sites-its-not-the-number-of-plugins-its-the-quality\/\" \/>\n<meta property=\"og:site_name\" content=\"WP Engine\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/wpengine\" \/>\n<meta property=\"article:published_time\" content=\"2013-08-28T18:12:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-12T20:44:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wpengine.com\/resources\/wp-content\/uploads\/2013\/08\/fast-plugins.png\" \/>\n<meta name=\"author\" content=\"Austin Gunter\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@wpengine\" \/>\n<meta name=\"twitter:site\" content=\"@wpengine\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Austin Gunter\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/wpengine.com\/resources\/plugins-and-fast-wordpress-sites-its-not-the-number-of-plugins-its-the-quality\/\",\"url\":\"https:\/\/wpengine.com\/resources\/plugins-and-fast-wordpress-sites-its-not-the-number-of-plugins-its-the-quality\/\",\"name\":\"Plugins and Fast WordPress Sites - It's not the Number of Plugins, It's the Quality | WP Engine DXP\",\"isPartOf\":{\"@id\":\"https:\/\/wpengine.com\/resources\/#website\"},\"datePublished\":\"2013-08-28T18:12:40+00:00\",\"dateModified\":\"2025-05-12T20:44:58+00:00\",\"author\":{\"@id\":\"https:\/\/wpengine.com\/resources\/#\/schema\/person\/669f047558daf2cf0747a7cbe8bf5a74\"},\"description\":\"Read about the more crucial areas of site speed and the most common myths about how to make WordPress load fast.\",\"breadcrumb\":{\"@id\":\"https:\/\/wpengine.com\/resources\/plugins-and-fast-wordpress-sites-its-not-the-number-of-plugins-its-the-quality\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wpengine.com\/resources\/plugins-and-fast-wordpress-sites-its-not-the-number-of-plugins-its-the-quality\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wpengine.com\/resources\/plugins-and-fast-wordpress-sites-its-not-the-number-of-plugins-its-the-quality\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wpengine.com\/resources\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Plugins and Fast WordPress Sites &#8211; It&#8217;s not the Number of Plugins, It&#8217;s the Quality\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wpengine.com\/resources\/#website\",\"url\":\"https:\/\/wpengine.com\/resources\/\",\"name\":\"WP Engine\",\"description\":\"Managed Hosting for WordPress\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wpengine.com\/resources\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/wpengine.com\/resources\/#\/schema\/person\/669f047558daf2cf0747a7cbe8bf5a74\",\"name\":\"Austin Gunter\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wpengine.com\/resources\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3c46fa98068156fdd2b81c009b7d8110d8d6eb6b287305e7e0c64fb29cbb7088?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3c46fa98068156fdd2b81c009b7d8110d8d6eb6b287305e7e0c64fb29cbb7088?s=96&d=mm&r=g\",\"caption\":\"Austin Gunter\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Plugins and Fast WordPress Sites - It's not the Number of Plugins, It's the Quality | WP Engine DXP","description":"Read about the more crucial areas of site speed and the most common myths about how to make WordPress load fast.","robots":{"index":"noindex","follow":"follow"},"og_locale":"en_US","og_type":"article","og_title":"Plugins and Fast WordPress Sites - It's not the Number of Plugins, It's the Quality | WP Engine DXP","og_description":"Read about the more crucial areas of site speed and the most common myths about how to make WordPress load fast.","og_url":"https:\/\/wpengine.com\/resources\/plugins-and-fast-wordpress-sites-its-not-the-number-of-plugins-its-the-quality\/","og_site_name":"WP Engine","article_publisher":"https:\/\/www.facebook.com\/wpengine","article_published_time":"2013-08-28T18:12:40+00:00","article_modified_time":"2025-05-12T20:44:58+00:00","og_image":[{"url":"https:\/\/wpengine.com\/resources\/wp-content\/uploads\/2013\/08\/fast-plugins.png"}],"author":"Austin Gunter","twitter_card":"summary_large_image","twitter_creator":"@wpengine","twitter_site":"@wpengine","twitter_misc":{"Written by":"Austin Gunter","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wpengine.com\/resources\/plugins-and-fast-wordpress-sites-its-not-the-number-of-plugins-its-the-quality\/","url":"https:\/\/wpengine.com\/resources\/plugins-and-fast-wordpress-sites-its-not-the-number-of-plugins-its-the-quality\/","name":"Plugins and Fast WordPress Sites - It's not the Number of Plugins, It's the Quality | WP Engine DXP","isPartOf":{"@id":"https:\/\/wpengine.com\/resources\/#website"},"datePublished":"2013-08-28T18:12:40+00:00","dateModified":"2025-05-12T20:44:58+00:00","author":{"@id":"https:\/\/wpengine.com\/resources\/#\/schema\/person\/669f047558daf2cf0747a7cbe8bf5a74"},"description":"Read about the more crucial areas of site speed and the most common myths about how to make WordPress load fast.","breadcrumb":{"@id":"https:\/\/wpengine.com\/resources\/plugins-and-fast-wordpress-sites-its-not-the-number-of-plugins-its-the-quality\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wpengine.com\/resources\/plugins-and-fast-wordpress-sites-its-not-the-number-of-plugins-its-the-quality\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wpengine.com\/resources\/plugins-and-fast-wordpress-sites-its-not-the-number-of-plugins-its-the-quality\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wpengine.com\/resources\/"},{"@type":"ListItem","position":2,"name":"Plugins and Fast WordPress Sites &#8211; It&#8217;s not the Number of Plugins, It&#8217;s the Quality"}]},{"@type":"WebSite","@id":"https:\/\/wpengine.com\/resources\/#website","url":"https:\/\/wpengine.com\/resources\/","name":"WP Engine","description":"Managed Hosting for WordPress","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wpengine.com\/resources\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/wpengine.com\/resources\/#\/schema\/person\/669f047558daf2cf0747a7cbe8bf5a74","name":"Austin Gunter","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpengine.com\/resources\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3c46fa98068156fdd2b81c009b7d8110d8d6eb6b287305e7e0c64fb29cbb7088?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3c46fa98068156fdd2b81c009b7d8110d8d6eb6b287305e7e0c64fb29cbb7088?s=96&d=mm&r=g","caption":"Austin Gunter"}}]}},"acf":[],"_links":{"self":[{"href":"https:\/\/wpengine.com\/resources\/wp-json\/wp\/v2\/posts\/3161","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpengine.com\/resources\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wpengine.com\/resources\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wpengine.com\/resources\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/wpengine.com\/resources\/wp-json\/wp\/v2\/comments?post=3161"}],"version-history":[{"count":0,"href":"https:\/\/wpengine.com\/resources\/wp-json\/wp\/v2\/posts\/3161\/revisions"}],"wp:attachment":[{"href":"https:\/\/wpengine.com\/resources\/wp-json\/wp\/v2\/media?parent=3161"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wpengine.com\/resources\/wp-json\/wp\/v2\/categories?post=3161"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wpengine.com\/resources\/wp-json\/wp\/v2\/tags?post=3161"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}