{"id":38330,"date":"2018-05-18T11:37:29","date_gmt":"2018-05-18T16:37:29","guid":{"rendered":"https:\/\/wpengine.com\/?post_type=resource&#038;p=38330"},"modified":"2025-05-13T16:04:30","modified_gmt":"2025-05-13T21:04:30","slug":"scaling-wordpress-for-high-traffic-a-developer-guide","status":"publish","type":"resource","link":"https:\/\/wpengine.com\/case-studies\/resources\/scaling-wordpress-for-high-traffic-a-developer-guide\/","title":{"rendered":"Enhancing WordPress Scalability for High Traffic Websites"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Scalability is crucial for running a successful enterprise WordPress website. After all, if you experience a sudden surge in traffic (for example, as the result of a viral content post), you\u2019ll want your website to be able to cope. Failure to do so could result in poor site performance. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Fortunately, ensuring your site is optimally scalable doesn&#8217;t have to be a daunting task. It requires testing how your site performs under pressure, identifying the elements that are causing slow load speeds, and choosing a reliable hosting provider.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this guide, we\u2019ll walk you through some steps you can take to ensure your site stays speedy under heavy traffic. Here&#8217;s what we&#8217;ll cover:<\/p>\n\n\n\n\n\n<h2 class=\"wp-block-heading\">Understanding WordPress Scalability for High Traffic<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In order to understand why scalability is important for your WordPress enterprise site, it\u2019s important to see exactly how high traffic can slow down performance. This way, the task of implementing measures to increase scalability becomes much easier.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Bottlenecking Traffic<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Most WordPress themes and plugins should function reasonably well under a moderate amount of traffic strain. However, a sudden increase in traffic could cause them to push <a href=\"https:\/\/en.wikipedia.org\/wiki\/Server_(computing)\">server resources<\/a> to their breaking points.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The process of overloading server resources is known as &#8220;bottlenecking traffic,&#8221; and it\u2019s definitely something you want to avoid. In addition to driving visitors away, an underperforming site will create the impression of unprofessionalism and unreliability.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator aligncenter has-alpha-channel-opacity\"\/>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Scaling WordPress to Serve High Traffic<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The best approach for scaling WordPress and avoiding bottlenecks is via the \u201cless is more\u201d approach. This means ensuring requests sent to your site require minimal resources, and little effort to render and serve.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Ensuring you have a <a href=\"https:\/\/whatis.techtarget.com\/definition\/caching\" target=\"_blank\" rel=\"noopener\">good caching system<\/a> in place <a href=\"https:\/\/wpengine.com\/resources\/improve-wordpress-site-speed\/\" target=\"_blank\" rel=\"noopener\">is important<\/a> for improving site performance under strain. With cached versions of your site available to users, your server won\u2019t have to take a hit every time a user makes a new request.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It could be the case that your database is causing bottlenecks. Although it\u2019s possible to use a tool such as <a href=\"https:\/\/codex.wordpress.org\/HyperDB\" target=\"_blank\" rel=\"noopener\">HyperDB<\/a> to resolve this issue yourself, they have limited use. Switching to a better hosting plan is an easier (and better) option.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Given the tasks that need to be performed to ensure scalability, you may ask if WordPress is really a viable Content Management System (CMS) for your enterprise site? The answer to this question is an emphatic Yes.<\/p>\n\n\n\n<hr class=\"wp-block-separator aligncenter has-alpha-channel-opacity\"\/>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Optimizing WordPress Scalability for Enterprise Sites<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress is a great platform for enterprise sites of virtually any size. In addition to being highly secure, it is <a href=\"https:\/\/pragmatic.agency\/how-scalable-is-wordpress\/\" target=\"_blank\" rel=\"noopener\">extremely scalable<\/a> and able to serve tens of thousands of logged-in users at a time. The wide variety of performance-enhancing plugins available for WordPress, coupled with its elastic architecture, also contribute to its scalability.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Although there are plenty of ways to extend the default platform, it\u2019s strongly recommended to invest in scalable <a href=\"https:\/\/wpengine.com\/\" target=\"_blank\" rel=\"noopener\">hosting for WordPress<\/a> to enjoy the best results. With enterprise hosting, you won\u2019t need to invest time and resources ensuring your site is scalable. Instead, you\u2019ll benefit from a robust architecture, regularly audited and adjusted, and reliable support.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In short, by choosing <a href=\"https:\/\/wpengine.com\/managed-wordpress-hosting\/\" target=\"_blank\" rel=\"noopener\">managed hosting built for WordPress sites<\/a> (such as that offered by WP Engine) you can rest easy knowing your site will function at peak performance, regardless of the traffic strain.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator aligncenter has-alpha-channel-opacity\"\/>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Keep Your Options Table Under Control<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Earlier, we mentioned how your database can give rise to a traffic bottleneck. This is because it stores practically all of your WordPress site\u2019s data within. The <a href=\"https:\/\/codex.wordpress.org\/Database_Description#Table:_wp_options\" target=\"_blank\" rel=\"noopener\">Options table<\/a> is one particular source of potential bottlenecks, which brings us to the next section.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Overloading the Options Table<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The <em>Options <\/em>table (or <em>wp_options<\/em> for default setups) can be accessed through phpMyAdmin, or your host\u2019s equivalent service. Your table should display in a similar fashion to the following:<\/p>\n\n\n\n<figure class=\"wp-block-image is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"1534\" height=\"848\" src=\"https:\/\/wpengine.com\/wp-content\/uploads\/2018\/05\/ScalingHighTraffic_OptionsTable.png\" alt=\"scaling wordpress site for high traffic\" class=\"wp-image-38331\" srcset=\"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2018\/05\/ScalingHighTraffic_OptionsTable.png 1534w, https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2018\/05\/ScalingHighTraffic_OptionsTable-300x166.png 300w, https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2018\/05\/ScalingHighTraffic_OptionsTable-768x425.png 768w, https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2018\/05\/ScalingHighTraffic_OptionsTable-1024x566.png 1024w, https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2018\/05\/ScalingHighTraffic_OptionsTable-1500x829.png 1500w\" sizes=\"auto, (max-width: 1534px) 100vw, 1534px\" \/><\/figure>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Tweaking aspects of the database can break your installation, so we recommend <a href=\"https:\/\/wpengine.com\/support\/restore\/\">backing up<\/a> your site beforehand).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Within the <em>Options<\/em> table, the <em>option_value<\/em> column has the <em>LONGTEXT<\/em> string type. Knowing why is complex, but essentially, it means each column can store up to 4GB of data in a single row. However, just because it\u2019s possible doesn\u2019t mean you should store that much data.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">While removing unnecessary plugins or choosing a more lightweight theme can help reduce table size, some poorly-coded plugins leave behind data after being uninstalled. Working through <a href=\"https:\/\/premium.wpmudev.org\/blog\/optimizing-your-wordpress-database-a-complete-guide\/\">a good guide<\/a> on optimizing your database is a sound strategy.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator aligncenter has-alpha-channel-opacity\"\/>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Autoloaded Queries<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Some data from your tables is \u2018autoloaded\u2019 \u2013 usually relating to your themes, plugins, and widgets. However, autoloaded queries can be a silent page speed killer. If you\u2019re having page load speed issues, try identifying how many queries are being autoloaded.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Again, a <a href=\"https:\/\/premium.wpmudev.org\/blog\/optimizing-your-wordpress-database-a-complete-guide\/\">solid guide<\/a> will help you, but you\u2019ll essentially need to run MySQL queries on your database. For example, the following assumes a default table prefix of <em>wp_<\/em>:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">mysql&gt; SELECT count(*) FROM wp_options WHERE autoload=\u2019yes\u2019;<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">A good rule of thumb is to shoot for fewer than 200 autoloaded queries on any given WordPress page (although having more than 200 isn\u2019t necessarily a cause for concern). Usually, an excessive amount of autoloaded queries indicates your site is still carrying weight from old plugins and themes. Getting rid of these can help improve your site speed and scalability.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are a <a href=\"https:\/\/www.e2enetworks.com\/help\/knowledge-base\/clean-up-your-wp_options-table-and-autoloaded-data\/\">variety of other methods<\/a> you can use to clean out unnecessary autoloaded data, and as with the previous step, you should back up your WordPress site before proceeding.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator aligncenter has-alpha-channel-opacity\"\/>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Scalable Hosting for WordPress<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">As we mentioned earlier, a great way to take the guesswork out of keeping your site scalable is to invest in robust enterprise hosting. At WP Engine, we can create a custom <a href=\"https:\/\/wpengine.com\/enterprise\/wordpress-hosting\/\" target=\"_blank\" rel=\"noreferrer noopener\">enterprise hosting solution for WordPress<\/a> geared to the specific needs of your organization.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When you choose our custom enterprise hosting solution, you will benefit from a high-performance infrastructure. Our partnership with the <a href=\"https:\/\/wpengine.com\/try\/google-cloud-platform\/\">Google Cloud Platform<\/a> and <a href=\"https:\/\/wpengine.com\/try\/aws\/\">Amazon Web Services<\/a> means your site can benefit from extremely fast loading times, high scalability, and dependable security. We also offer managed onboarding (ensuring your WordPress installation can accommodate new staff), and <a href=\"https:\/\/wpengine.com\/scale-to-millions-of-hits-a-day-or-hour\/\" target=\"_blank\" rel=\"noreferrer noopener\">proprietary caching<\/a>.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator aligncenter has-alpha-channel-opacity\"\/>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Discover WordPress Scalability With WP Engine<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">WP Engine\u2019s infrastructure is ideal for enterprise websites with high traffic (accommodating spikes ranging from 10,000 to 100 million users effortlessly). We deliver <a href=\"https:\/\/wpengine.com\/performance\/\" target=\"_blank\" rel=\"noreferrer noopener\">high-availability solutions<\/a> to keep your site uptime protected, and your data backed up in the event of a performance issue.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">What\u2019s more, when you choose WP Engine, you can enjoy peace of mind. Our <a href=\"https:\/\/wpengine.com\/support\/\" target=\"_blank\" rel=\"noreferrer noopener\">support team<\/a> is able to field your inquiries and provide <a href=\"https:\/\/wpengine.com\/wordpress-support\/\" target=\"_blank\" rel=\"noreferrer noopener\">help with WordPress<\/a> 24\/7.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To find out how we can provide the optimal <a href=\"https:\/\/wpengine.com\/wordpress-hosting\/\" target=\"_blank\" rel=\"noreferrer noopener\">managed hosting<\/a> for your <a href=\"https:\/\/wpengine.com\/wordpress-hosting\/\" target=\"_blank\" rel=\"noreferrer noopener\">enterprise WordPress site<\/a>, don\u2019t hesitate to contact us today!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Scalability is crucial for running a successful enterprise WordPress website. After all, if you experience a sudden surge in traffic (for example, as the result of a viral content post), you\u2019ll want your website to be able to cope. Failure to do so could result in poor site performance. Fortunately, ensuring your site is optimally<span class=\"tile__ellipses\">&hellip;<\/span><span class=\"tile__ellipses--animated\"><\/span><\/p>\n","protected":false},"author":1,"featured_media":146758,"template":"","resource-topic":[904,912,898,915,901],"resource-role":[903,899],"resource-type":[916],"class_list":["post-38330","resource","type-resource","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Optimize WordPress Scalability for High-Traffic Sites | WP Engine\u00ae<\/title>\n<meta name=\"description\" content=\"Discover solutions for WordPress scalability. Explore enterprise hosting, efficient caching, robust architecture, and load balancing for large-scale sites.\" \/>\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=\"Optimize WordPress Scalability for High-Traffic Sites | WP Engine\u00ae\" \/>\n<meta property=\"og:description\" content=\"Discover solutions for WordPress scalability. Explore enterprise hosting, efficient caching, robust architecture, and load balancing for large-scale sites.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wpengine.com\/case-studies\/resources\/scaling-wordpress-for-high-traffic-a-developer-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"WP Engine\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/wpengine\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-13T21:04:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2018\/05\/high-traffic-scale_1100x500.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1100\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2018\/05\/high-traffic-scale_1200x627.png\" \/>\n<meta name=\"twitter:site\" content=\"@wpengine\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wpengine.com\/case-studies\/resources\/scaling-wordpress-for-high-traffic-a-developer-guide\/\",\"url\":\"https:\/\/wpengine.com\/case-studies\/resources\/scaling-wordpress-for-high-traffic-a-developer-guide\/\",\"name\":\"Optimize WordPress Scalability for High-Traffic Sites | WP Engine\u00ae\",\"isPartOf\":{\"@id\":\"https:\/\/wpengine.com\/case-studies\/#website\"},\"datePublished\":\"2018-05-18T16:37:29+00:00\",\"dateModified\":\"2025-05-13T21:04:30+00:00\",\"description\":\"Discover solutions for WordPress scalability. Explore enterprise hosting, efficient caching, robust architecture, and load balancing for large-scale sites.\",\"breadcrumb\":{\"@id\":\"https:\/\/wpengine.com\/case-studies\/resources\/scaling-wordpress-for-high-traffic-a-developer-guide\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wpengine.com\/case-studies\/resources\/scaling-wordpress-for-high-traffic-a-developer-guide\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wpengine.com\/case-studies\/resources\/scaling-wordpress-for-high-traffic-a-developer-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wpengine.com\/case-studies\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Resources\",\"item\":\"https:\/\/wpengine.com\/case-studies\/resources\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Enhancing WordPress Scalability for High Traffic Websites\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wpengine.com\/case-studies\/#website\",\"url\":\"https:\/\/wpengine.com\/case-studies\/\",\"name\":\"WP Engine\",\"description\":\"Managed Hosting for WordPress\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wpengine.com\/case-studies\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/wpengine.com\/case-studies\/#\/schema\/person\/f5301455463371a10d1fc290e9ad0085\",\"name\":\"WP Engine\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wpengine.com\/case-studies\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d8770fe9625ca7c4601f13d9d0ab86565a6dac8cd6a77bfe2ada6d83c6837870?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d8770fe9625ca7c4601f13d9d0ab86565a6dac8cd6a77bfe2ada6d83c6837870?s=96&d=mm&r=g\",\"caption\":\"WP Engine\"},\"sameAs\":[\"https:\/\/wpengine.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Optimize WordPress Scalability for High-Traffic Sites | WP Engine\u00ae","description":"Discover solutions for WordPress scalability. Explore enterprise hosting, efficient caching, robust architecture, and load balancing for large-scale sites.","robots":{"index":"noindex","follow":"follow"},"og_locale":"en_US","og_type":"article","og_title":"Optimize WordPress Scalability for High-Traffic Sites | WP Engine\u00ae","og_description":"Discover solutions for WordPress scalability. Explore enterprise hosting, efficient caching, robust architecture, and load balancing for large-scale sites.","og_url":"https:\/\/wpengine.com\/case-studies\/resources\/scaling-wordpress-for-high-traffic-a-developer-guide\/","og_site_name":"WP Engine","article_publisher":"https:\/\/www.facebook.com\/wpengine","article_modified_time":"2025-05-13T21:04:30+00:00","og_image":[{"width":1100,"height":500,"url":"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2018\/05\/high-traffic-scale_1100x500.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_image":"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2018\/05\/high-traffic-scale_1200x627.png","twitter_site":"@wpengine","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wpengine.com\/case-studies\/resources\/scaling-wordpress-for-high-traffic-a-developer-guide\/","url":"https:\/\/wpengine.com\/case-studies\/resources\/scaling-wordpress-for-high-traffic-a-developer-guide\/","name":"Optimize WordPress Scalability for High-Traffic Sites | WP Engine\u00ae","isPartOf":{"@id":"https:\/\/wpengine.com\/case-studies\/#website"},"datePublished":"2018-05-18T16:37:29+00:00","dateModified":"2025-05-13T21:04:30+00:00","description":"Discover solutions for WordPress scalability. Explore enterprise hosting, efficient caching, robust architecture, and load balancing for large-scale sites.","breadcrumb":{"@id":"https:\/\/wpengine.com\/case-studies\/resources\/scaling-wordpress-for-high-traffic-a-developer-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wpengine.com\/case-studies\/resources\/scaling-wordpress-for-high-traffic-a-developer-guide\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wpengine.com\/case-studies\/resources\/scaling-wordpress-for-high-traffic-a-developer-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wpengine.com\/case-studies\/"},{"@type":"ListItem","position":2,"name":"Resources","item":"https:\/\/wpengine.com\/case-studies\/resources\/"},{"@type":"ListItem","position":3,"name":"Enhancing WordPress Scalability for High Traffic Websites"}]},{"@type":"WebSite","@id":"https:\/\/wpengine.com\/case-studies\/#website","url":"https:\/\/wpengine.com\/case-studies\/","name":"WP Engine","description":"Managed Hosting for WordPress","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wpengine.com\/case-studies\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/wpengine.com\/case-studies\/#\/schema\/person\/f5301455463371a10d1fc290e9ad0085","name":"WP Engine","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpengine.com\/case-studies\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d8770fe9625ca7c4601f13d9d0ab86565a6dac8cd6a77bfe2ada6d83c6837870?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d8770fe9625ca7c4601f13d9d0ab86565a6dac8cd6a77bfe2ada6d83c6837870?s=96&d=mm&r=g","caption":"WP Engine"},"sameAs":["https:\/\/wpengine.com"]}]}},"acf":[],"grid_image_url":"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2018\/05\/high-traffic-scale_343x245.png","media-type":{"term_id":916,"name":"Article","slug":"article"},"role":"<strong>Roles:<\/strong> Marketer, Site Owner","topic":"<strong>Topics:<\/strong> Marketing, Performance, Scalability, Uptime, WordPress","_links":{"self":[{"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource\/38330","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource"}],"about":[{"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/types\/resource"}],"author":[{"embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/users\/1"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/media\/146758"}],"wp:attachment":[{"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/media?parent=38330"}],"wp:term":[{"taxonomy":"resource-topic","embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource-topic?post=38330"},{"taxonomy":"resource-role","embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource-role?post=38330"},{"taxonomy":"resource-type","embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource-type?post=38330"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}