{"id":33253,"date":"2017-12-07T16:48:41","date_gmt":"2017-12-07T22:48:41","guid":{"rendered":"https:\/\/wpengine.com\/?post_type=resource&#038;p=33253"},"modified":"2024-01-16T15:10:54","modified_gmt":"2024-01-16T21:10:54","slug":"wordpress-xampp","status":"publish","type":"resource","link":"https:\/\/wpengine.com\/case-studies\/resources\/wordpress-xampp\/","title":{"rendered":"How to Install &amp; Use WordPress Locally with XAMPP"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">WordPress is arguably the most flexible Content Management System (CMS) available. However, making changes to your site isn\u2019t always a sure thing. In fact, modifications to your website\u2019s theme, plugins, or code can wreak havoc if not implemented properly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Fortunately, it\u2019s possible to test out changes before making them permanent on your live site. You achieve this with a local installation of WordPress, along with the help of a tool such as <a href=\"https:\/\/www.apachefriends.org\/index.html\" target=\"_blank\" rel=\"noreferrer noopener\">XAMPP<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this article, we\u2019ll introduce XAMPP and its various uses in WordPress. We\u2019ll then show you how to install it on your computer (both for PC and Mac) and configure it properly with WordPress to create a local site. Finally, we\u2019ll touch on some ways you can use your local installation effectively. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Let\u2019s get started!<\/p>\n\n\n\n\n\n<h2 class=\"wp-block-heading\">What Is XAMPP?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.apachefriends.org\/index.html\" target=\"_blank\" rel=\"noreferrer noopener\">XAMPP is an open-source<\/a> web server solution that enables you to create a local installation of WordPress on your computer. You can use this site without internet access, and it\u2019s not publically available to other users. So all your work remains private until you\u2019re ready to share it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Such a setup is commonly referred to as a \u201csandbox\u201d or \u201clocal environment.\u201d It enables you to play around with different options and settings without interrupting your live site.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Install WordPress Locally?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Given that a local WordPress site can be managed on your computer without access to the internet, the ability to test changes without affecting your live site is a huge benefit. For more information on the basics of local hosting, check out our <a href=\"https:\/\/wpengine.com\/support\/local\/\" target=\"_blank\" rel=\"noreferrer noopener\">Local<\/a> page.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can see how different changes will appear on your site, as well as whether they\u2019ll cause any issues with your current setup. What\u2019s more, you can ensure that your site is properly optimized for a positive User Experience (UX), before letting real users loose on it. As you can see, installing WordPress locally with XAMPP opens a number of doors.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Installing WordPress With XAMPP Tutorial<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">There are two major steps when it comes to using XAMPP to create a local WordPress site. The first requires the installation and configuration of the software, and the second involves the installation of WordPress itself.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Installing XAMPP&nbsp;<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">As open-source software, XAMPP is free to download and install on your computer. To begin, go to the <a href=\"https:\/\/www.apachefriends.org\/index.html\" target=\"_blank\" rel=\"noreferrer noopener\">XAMPP website<\/a> and choose the version you need (Windows, Linux, or Mac).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Note that the rest of the steps below may vary slightly, depending on your operating system. If you\u2019re using a Windows machine, double-clicking on the XAMPP file will open the <em>Setup Wizard<\/em>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">First, you\u2019ll need to select the components to include in the installation from the checklist. For WordPress, all you need is <em>Apache<\/em>, <em>MySQL<\/em>, and <em>phpMyAdmin<\/em>. Once you\u2019re ready, click on <em>Next<\/em>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On the following screen, you\u2019ll need to select a local folder to save your XAMPP installation to, and click on <em>Next <\/em>again. Then your installation will begin\u2014it should only take a few minutes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Once the installation is complete, you can open the <em>Control Panel<\/em> immediately, or uncheck the box and open it later. When you do open it, you\u2019ll see the following screen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here, you can start <em>Apache<\/em> and <em>MySQL<\/em>. At this point, the installation and configuration of XAMPP is complete. It\u2019s now time to move on to installing WordPress.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Installing WordPress Locally Using XAMPP&nbsp;<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If you\u2019re using a Windows or Linux computer, you can install WordPress using one of the <a href=\"https:\/\/bitnami.com\/stack\/xampp\" target=\"_blank\" rel=\"noreferrer noopener\">Bitnami one-click installers<\/a>. However, in case you need to manually install the platform, here\u2019s how to go about it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This will require a bit of file editing, although you should be up and running within the hour. With both Apache and MySQL running successfully, you\u2019ll need to create a database. To do so, open your XAMPP control panel and click on <em>Admin<\/em> next to <em>MySQL<\/em>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A new browser window will open, and you\u2019ll now have access to <em>phpMyAdmin<\/em>, which enables you to tinker under the hood of your server (in this case, your computer\u2019s directory).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Next, click on <em>Database<\/em> in the top-left corner of the interface, and add a new database by entering in a name of your choosing. Click on <em>Create<\/em>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With the new database in place, it\u2019s time to install WordPress. Go to <a href=\"https:\/\/wordpress.org\/download\/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress\u2019 <em>Download<\/em> page<\/a> and download the latest version. While the file will save to your computer\u2019s dedicated download folder, you\u2019ll need to unzip it into the proper directory to be able to access your installation via XAMPP.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Find the <em>XAMPP<\/em> folder on your computer, and open the <em>htdocs<\/em> folder within. There, you\u2019ll create yet another folder named after your database. Drag and drop the WordPress <em>.zip<\/em> file you downloaded into this new folder, right click on it, and choose <em>Extract<\/em>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Next, locate the <em>wp-config-sample.php<\/em> file and rename it to <em>wp-config<\/em>. Then open the file and find the line reading <em>\/\/ ** MySQL settings \u2013 You can get this info from your web host ** \/\/<\/em>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here, replace the following placeholders:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><em>database_name_here<\/em> to the name of the database you created in phpMyAdmin<\/li>\n\n\n\n<li><em>username_here<\/em> to root<\/li>\n\n\n\n<li><em>password_here<\/em> should be left blank<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">In all instances, keep the single quotation marks intact. Then save the edited file and close the editor.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can now install WordPress! Enter <em>http:\/\/localhost\/name-of-database\/<\/em> into your browser\u2019s address bar (replacing <em>name-of-database<\/em> accordingly). You should see the WordPress translation screen. Choose your language, click on <em>Continue<\/em>, and then complete the rest of the <a href=\"https:\/\/wordpress.org\/support\/article\/how-to-install-wordpress\/\" target=\"_blank\" rel=\"noreferrer noopener\">installation process<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">At this point, your WordPress installation should be all set! You can now go to <em>http:\/\/localhost\/name-of-database\/wordpress\/wp-admin<\/em> to log in to your local WordPress site.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Installing WordPress in XAMPP on MAC OS<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Mac users will need to follow a slightly different process in order to use XAMPP. After downloading the macOS version of the software from the XAMPP home page, simply open the XAMPP file and drag it into the <em>Applications<\/em> folder when prompted.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Then click on the <em>Start<\/em> button. This will reveal the IP address for your local computer.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Next, click on the <em>Services <\/em>tab and start <em>Apache<\/em> and <em>MySQL<\/em>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Then you\u2019ll be ready to move on to installing WordPress. To open phpMyAdmin for your XAMPP installation, simply type the IP address in the <em>General<\/em> tab of the XAMPP window into your browser, and select the <em>phpMyAdmin<\/em> tab.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The rest of the process is the same as the one we outlined in step two, although you\u2019ll use Finder to access your files.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Alternative To XAMPP: Local<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">While the process of installing XAMPP and WordPress isn\u2019t so difficult that you\u2019ll need extensive technical knowledge, it\u2019s also not the easiest task. If you\u2019re in a hurry or simply want a solution that\u2019s a little more user friendly, you might want to consider <a href=\"https:\/\/localwp.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Local<\/a> instead.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Local is the WP Engine alternative to XAMPP. Both are free and available for Windows, Mac, and Linux machines. The primary differences are that Local is WordPress-specific, and it streamlines the local website creation process so you don\u2019t have to edit any files by hand.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To set it up, all you need to do is download Local and follow the installation prompts for your operating system. You can then <a href=\"https:\/\/wpengine.com\/support\/local\/\" target=\"_blank\" rel=\"noreferrer noopener\">connect Local to your WP Engine site<\/a> to keep your staging environment up to date, and to easily push changes you\u2019ve tested out to your live site.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Use WordPress with XAMPP<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Now that you\u2019ve got WordPress running on XAMPP, you can take website development to the next level. For example, you could work on a new design for your product landing pages, or install a new plugin to see if it plays nicely with your current setup.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You no longer have to worry about making changes that interrupt a user\u2019s experience, or will potentially harm your site. If you want to test out your current website configuration, you can even upload the backup files from your current website to create a \u201cmirror\u201d site. Your local site will then have everything your live site has\u2014posts, pages, plugins, themes, and more.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Can XAMPP and WordPress Be Used for Staging?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Staging is the process of testing changes before implementing them on your live site. While XAMPP and WordPress can be used for staging purposes, there are <a href=\"https:\/\/wpengine.com\/case-studies\/wordpress-staging-environment\/\" target=\"_blank\" rel=\"noreferrer noopener\">better options<\/a> available (including Local, which we introduced above).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As we already mentioned, you can create a mirror site on XAMPP by importing a backup of your live site. However, you\u2019ll have to do this every time you want to test a new change, in order to keep your local and live sites in sync. This can become tedious and time-consuming.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Additionally, XAMPP has not always been reliable about showing users how changes will impact their live sites. Since XAMPP is a different kind of server than the one your live site probably runs on, some errors and other issues may not play out the same way on your two sites.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">See What WP Engine Can Do For You<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress is a robust CMS, enabling you to develop a website that goes above and beyond. With help from extensive developer resources, you can create the perfect setup for your site, as well as a staging environment and any other supplementary tools you may require.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You\u2019ll also need a host such as WP Engine, to support your website\u2019s growth over time and simplify the staging process. Take a look at our <a href=\"https:\/\/wpengine.com\/plans\/\" target=\"_blank\" rel=\"noreferrer noopener\">plans<\/a> and learn more about our indusry leading <a href=\"https:\/\/wpengine.com\/wordpress-hosting\/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress hosting<\/a>\u2014including free SSL certificates and automated site migration\u2014and see what we have to offer!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>WordPress is arguably the most flexible Content Management System (CMS) available. However, making changes to your site isn\u2019t always a sure thing. In fact, modifications to your website\u2019s theme, plugins, or code can wreak havoc if not implemented properly. Fortunately, it\u2019s possible to test out changes before making them permanent on your live site. You<span class=\"tile__ellipses\">&hellip;<\/span><span class=\"tile__ellipses--animated\"><\/span><\/p>\n","protected":false},"author":1,"featured_media":108551,"template":"","resource-topic":[912,901],"resource-role":[896],"resource-type":[916],"class_list":["post-33253","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>How to Install &amp; Use WordPress with XAMPP<\/title>\n<meta name=\"description\" content=\"Discover step-by-step how to install WordPress on XAMPP. This detailed guide makes local WordPress site creation simple and quick.\" \/>\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=\"How to Install &amp; Use WordPress with XAMPP\" \/>\n<meta property=\"og:description\" content=\"Discover step-by-step how to install WordPress on XAMPP. This detailed guide makes local WordPress site creation simple and quick.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wpengine.com\/case-studies\/resources\/wordpress-xampp\/\" \/>\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=\"2024-01-16T21:10:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2017\/12\/developer-xampp-featured.jpg\" \/>\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\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"How to Install &amp; Use WordPress with XAMPP\" \/>\n<meta name=\"twitter:description\" content=\"Discover step-by-step how to install WordPress on XAMPP. This detailed guide makes local WordPress site creation simple and quick.\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2017\/12\/developer-xampp-featured.jpg\" \/>\n<meta name=\"twitter:site\" content=\"@wpengine\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 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\/wordpress-xampp\/\",\"url\":\"https:\/\/wpengine.com\/case-studies\/resources\/wordpress-xampp\/\",\"name\":\"How to Install & Use WordPress with XAMPP\",\"isPartOf\":{\"@id\":\"https:\/\/wpengine.com\/case-studies\/#website\"},\"datePublished\":\"2017-12-07T22:48:41+00:00\",\"dateModified\":\"2024-01-16T21:10:54+00:00\",\"description\":\"Discover step-by-step how to install WordPress on XAMPP. This detailed guide makes local WordPress site creation simple and quick.\",\"breadcrumb\":{\"@id\":\"https:\/\/wpengine.com\/case-studies\/resources\/wordpress-xampp\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wpengine.com\/case-studies\/resources\/wordpress-xampp\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wpengine.com\/case-studies\/resources\/wordpress-xampp\/#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\":\"How to Install &amp; Use WordPress Locally with XAMPP\"}]},{\"@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":"How to Install & Use WordPress with XAMPP","description":"Discover step-by-step how to install WordPress on XAMPP. This detailed guide makes local WordPress site creation simple and quick.","robots":{"index":"noindex","follow":"follow"},"og_locale":"en_US","og_type":"article","og_title":"How to Install & Use WordPress with XAMPP","og_description":"Discover step-by-step how to install WordPress on XAMPP. This detailed guide makes local WordPress site creation simple and quick.","og_url":"https:\/\/wpengine.com\/case-studies\/resources\/wordpress-xampp\/","og_site_name":"WP Engine","article_publisher":"https:\/\/www.facebook.com\/wpengine","article_modified_time":"2024-01-16T21:10:54+00:00","og_image":[{"width":1100,"height":500,"url":"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2017\/12\/developer-xampp-featured.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_title":"How to Install & Use WordPress with XAMPP","twitter_description":"Discover step-by-step how to install WordPress on XAMPP. This detailed guide makes local WordPress site creation simple and quick.","twitter_image":"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2017\/12\/developer-xampp-featured.jpg","twitter_site":"@wpengine","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wpengine.com\/case-studies\/resources\/wordpress-xampp\/","url":"https:\/\/wpengine.com\/case-studies\/resources\/wordpress-xampp\/","name":"How to Install & Use WordPress with XAMPP","isPartOf":{"@id":"https:\/\/wpengine.com\/case-studies\/#website"},"datePublished":"2017-12-07T22:48:41+00:00","dateModified":"2024-01-16T21:10:54+00:00","description":"Discover step-by-step how to install WordPress on XAMPP. This detailed guide makes local WordPress site creation simple and quick.","breadcrumb":{"@id":"https:\/\/wpengine.com\/case-studies\/resources\/wordpress-xampp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wpengine.com\/case-studies\/resources\/wordpress-xampp\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wpengine.com\/case-studies\/resources\/wordpress-xampp\/#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":"How to Install &amp; Use WordPress Locally with XAMPP"}]},{"@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\/2017\/12\/Untitled-design.png","media-type":{"term_id":916,"name":"Article","slug":"article"},"role":"<strong>Roles:<\/strong> Developer","topic":"<strong>Topics:<\/strong> Performance, WordPress","_links":{"self":[{"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource\/33253","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\/108551"}],"wp:attachment":[{"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/media?parent=33253"}],"wp:term":[{"taxonomy":"resource-topic","embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource-topic?post=33253"},{"taxonomy":"resource-role","embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource-role?post=33253"},{"taxonomy":"resource-type","embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource-type?post=33253"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}