{"id":963,"date":"2017-06-22T23:26:01","date_gmt":"2017-06-22T21:26:01","guid":{"rendered":"https:\/\/felix-arntz.me\/?p=963"},"modified":"2025-02-11T08:12:24","modified_gmt":"2025-02-11T16:12:24","slug":"im-now-on-siteground","status":"publish","type":"post","link":"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/","title":{"rendered":"I&#8217;m now on SiteGround!"},"content":{"rendered":"<p>Finally I&#8217;m on vacation. Which ironically finally gives me time to migrate my website, something that I have been wanting to do for several months. While you might think that I spend too much time with WordPress, I have to say that there is nothing stressful to me about doing some of the things that I wouldn&#8217;t be able to otherwise &#8211; rest assured that I&#8217;m spending enough time sitting in the sun, dining and doing nothing. \u2600\ufe0f<\/p>\n<p>Alright, the reason I&#8217;m writing this post is simply that I would like to share a tiny bit about what I did. This website as well as all my other sites, more or less related (for example I have a <a href=\"https:\/\/cocktails.felix-arntz.me\/\">cocktail blog<\/a> y&#8217;all should follow) are now hosted on <a href=\"https:\/\/www.siteground.com\/\">SiteGround<\/a> (<code>capital_G_dangit()<\/code>!). Previously I had all these sites hosted with <a href=\"https:\/\/cloud.google.com\/compute\/\">Google Compute Engine<\/a> for a little more than a year. This was an interesting experience for me that I had wanted to do, since it allowed me to learn a little more on how all the internals of maintaining a web server setup works, without being <em>too<\/em> complicated. If you don&#8217;t know about Google Compute Engine, it&#8217;s basically a lot similar to Digital Ocean, however it runs on Google&#8217;s infrastructure and is part of Google Cloud Platform, which can be compared to Amazon AWS. Anyway, all of this helped me learn a lot, but it was also obviously more work than usually, so I&#8217;m happy I&#8217;m back at a regular host now that keeps things for me simple. Another reason that I&#8217;m happy that this experiment is now finally over is that it was quite an expense and oversized for my needs &#8211; at this point I&#8217;m good moving back to a shared host for this. I would have done that sooner, but then again, I needed a relaxed environment and time to do it.<\/p>\n<p><!--more--><\/p>\n<p>There were several reasons I chose SiteGround: Many friends from the WP universe had recommended me to go with them, so I compared them to other hosting providers. In the end, their amazing dev-oriented features in the GoGeek plan convinced me. I get SSH access with WP-CLI, Git, Composer and other neat command line tools available, a modern environment out-of-the-box with PHP &gt;= 7.0 and automated Let&#8217;s Encrypt certificates. My personal favorite though is that they include Memcached in that plan, an external object cache that makes your website incredibly faster as it results in way fewer database requests. Something like this is a must-have for bigger websites and also if you have your own server to manage (like I did before on GCE). However, it&#8217;s very rare to find in a shared hosting plan, I personally didn&#8217;t see any other provider that offered this in a plan that cheap.<\/p>\n<p>So yesterday night I migrated everything over. Since I have my entire setup in a multisite (more precisely a multinetwork) that uses Composer to manage all of its dependencies, this was a rather straightforward process. <code>git pull<\/code> and <code>composer install<\/code> on the new server, and the data was there. There were very few changes I had to make in the codebase: For connecting with the external object cache, I&#8217;ve been using the solid\u00a0<a href=\"https:\/\/pluginsloaded.com\/plugins\/wp-spider-cache\/\">WP Spider Cache<\/a> plugin by my friend JJJ. I had to tweak my <code>object-cache.php<\/code> and <code>advanced-cache.php<\/code> files a bit in order to set the correct port for my new environment. Furthermore the plugin expects you to have both the Memcached and the Memcache PHP extensions available, however SiteGround (as well as many other hosts) only provides the <code>Memcached<\/code> class. Both classes are basically a variant of doing the same thing, with <code>Memcached<\/code> being the more modern and better maintained one. Since the plugin only uses <code>Memcache<\/code> for gathering detailed cache insights, I was quickly able to hack the requirement out there (please don&#8217;t do it, this was an &#8220;emergency&#8221;) &#8211; of course I also submitted a <a href=\"https:\/\/github.com\/stuttter\/wp-spider-cache\/pull\/25\">pull request for this in the WP Spider Cache GitHub repo<\/a>. While <a href=\"https:\/\/wordpress.org\/plugins\/sg-cachepress\/\">SiteGround provides its own plugin<\/a> for doing all the cache-related stuff plus a few other things, I didn&#8217;t want to use it as I think the way it works is pretty much terrible (it manually writes the <code>object-cache.php<\/code> file for example!). So if you&#8217;re on SiteGround and are interested in using WP Spider Cache on it, feel free to ask for more details. Other things I did included removing my own <a href=\"https:\/\/wordpress.org\/plugins\/wp-encrypt\/\">WP Encrypt<\/a> plugin which I had used before to generate Let&#8217;s Encrypt certificates (obviously not necessary any longer since now SiteGround handles this).<\/p>\n<p>The other things I did were mostly the common migration tasks. I took care of exporting the database from Google Cloud SQL and importing it over to SiteGround&#8217;s MySQL server manually, and the media files I copied over as well. I added my domains in SiteGround&#8217;s cPanel and generated Let&#8217;s Encrypt SSL certificates for it. The last thing was to switch the nameservers for my domains (which I manage through Namecheap) from Google&#8217;s to SiteGround&#8217;s &#8211; and then it was done.<\/p>\n<p>Something else that I&#8217;ve been wanting to do for a while is outsourcing my image files to an external object storage and CDN. The reason is improved performance on the other hand, a decentralized location for my media files on the other hand: If I ever migrate again, I don&#8217;t need to migrate my media; if I ever grow that I need multiple servers and load balancers, my media is already prepared (the latter is probably less important at this point, but don&#8217;t destroy my dreams! ?). Regarding the service to use, I trusted the quality of Delicious Brains&#8217; <a href=\"https:\/\/deliciousbrains.com\/wp-offload-s3\/\">WP Offload S3<\/a> plugin and decided to go with <a href=\"https:\/\/aws.amazon.com\/s3\/\">Amazon S3<\/a> and <a href=\"https:\/\/aws.amazon.com\/cloudfront\/\">CloudFront<\/a> for storing the data. It took a bit of time to set this up properly (mostly a fault of Amazon though, not the outstanding plugin), so now all my media is located at a nice custom subdomain that points to CloudFront.<\/p>\n<p><span style=\"font-size: 1rem;\">For completeness, let me list the most important plugins I&#8217;m currently using for my setup:<\/span><\/p>\n<ul>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/antispam-bee\/\">Antispam Bee<\/a> (German legal alternative to using the popular Akismet plugin)<\/li>\n<li><a href=\"https:\/\/bwp.hmn.md\/\">BackUpWordPress<\/a> including its Google Drive extension (neat plugin by Human Made which I use for database backups)<\/li>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/give\/\">Give<\/a> (for my donation form)<\/li>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/mailgun\/\">Mailgun<\/a> (well, for emails, that&#8217;s probably obvious)<\/li>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/autodescription\/\">The SEO Framework<\/a> (will probably move back to <a href=\"https:\/\/wordpress.org\/plugins\/wordpress-seo\/\">Yoast SEO<\/a> soon)<\/li>\n<li><a href=\"https:\/\/deliciousbrains.com\/wp-offload-s3\/\">WP Offload S3<\/a> and <a href=\"https:\/\/pluginsloaded.com\/plugins\/wp-spider-cache\/\">WP Spider Cache<\/a> (as mentioned before)<\/li>\n<li>several other third-party plugins that are too specific to mention them here<\/li>\n<li>several custom plugins, for example for listing my wp.org plugins and community events that I&#8217;m attending, or showing that neat list of my latest props that you can see on the right (if you&#8217;re interested in how any of this works, feel free to reach out)<\/li>\n<\/ul>\n<p>Now, there needs to be at least a very tiny bit of negativity in this post: Since I&#8217;m using a very custom WordPress setup (composer-managed, core in a subdirectory, custom wp-content directory, several must-use plugins and dropins), some of SiteGround&#8217;s advanced features do not work for me, such as its Git or Staging modules. However I handle these differently anyway, so I didn&#8217;t care too much.<\/p>\n<p>That&#8217;s pretty much it already. The reason why I shared all this is that it is something major I&#8217;ve been wanting to do and now finally managed to do and that I hope to give you some inspiration, ideas or simply influence your decisions for hosting providers and plugins. Let me know if you wanna get more details on a specific topic!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Finally I&#8217;m on vacation. Which ironically finally gives me time to migrate my website, something that I have been wanting to do for several months. While you might think that I spend too much time with WordPress, I have to say that there is nothing stressful to me about doing some of the things that [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":962,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[69,97],"tags":[],"class_list":["post-963","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-updates","category-wordpress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>I&#039;m now on SiteGround! - felix-arntz.me<\/title>\n<meta name=\"description\" content=\"Here I describe why and how I moved from Google Compute Engine to SiteGround, including some of the tweaks I needed to do.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"I&#039;m now on SiteGround! - felix-arntz.me\" \/>\n<meta property=\"og:description\" content=\"Here I describe why and how I moved from Google Compute Engine to SiteGround, including some of the tweaks I needed to do.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/\" \/>\n<meta property=\"og:site_name\" content=\"felix-arntz.me\" \/>\n<meta property=\"article:published_time\" content=\"2017-06-22T21:26:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-11T16:12:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/felix-arntz.me\/wp-content\/uploads\/2017\/06\/im-now-on-siteground.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"540\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Felix\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@felixarntz\" \/>\n<meta name=\"twitter:site\" content=\"@felixarntz\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Felix\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/\"},\"author\":{\"name\":\"Felix\",\"@id\":\"https:\/\/felix-arntz.me\/#\/schema\/person\/c7c3c658d2e59bbddf3e8684a6846e55\"},\"headline\":\"I&#8217;m now on SiteGround!\",\"datePublished\":\"2017-06-22T21:26:01+00:00\",\"dateModified\":\"2025-02-11T16:12:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/\"},\"wordCount\":1282,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/felix-arntz.me\/#\/schema\/person\/c7c3c658d2e59bbddf3e8684a6846e55\"},\"image\":{\"@id\":\"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/felix-arntz.me\/wp-content\/uploads\/2017\/06\/im-now-on-siteground.jpg\",\"articleSection\":[\"Updates\",\"WordPress\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/\",\"url\":\"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/\",\"name\":\"I'm now on SiteGround! - felix-arntz.me\",\"isPartOf\":{\"@id\":\"https:\/\/felix-arntz.me\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/felix-arntz.me\/wp-content\/uploads\/2017\/06\/im-now-on-siteground.jpg\",\"datePublished\":\"2017-06-22T21:26:01+00:00\",\"dateModified\":\"2025-02-11T16:12:24+00:00\",\"description\":\"Here I describe why and how I moved from Google Compute Engine to SiteGround, including some of the tweaks I needed to do.\",\"breadcrumb\":{\"@id\":\"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/#primaryimage\",\"url\":\"https:\/\/felix-arntz.me\/wp-content\/uploads\/2017\/06\/im-now-on-siteground.jpg\",\"contentUrl\":\"https:\/\/felix-arntz.me\/wp-content\/uploads\/2017\/06\/im-now-on-siteground.jpg\",\"width\":1280,\"height\":540,\"caption\":\"I'm now on SiteGround!\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/felix-arntz.me\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Updates\",\"item\":\"https:\/\/felix-arntz.me\/blog\/category\/updates\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"I&#8217;m now on SiteGround!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/felix-arntz.me\/#website\",\"url\":\"https:\/\/felix-arntz.me\/\",\"name\":\"felix-arntz.me\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/felix-arntz.me\/#\/schema\/person\/c7c3c658d2e59bbddf3e8684a6846e55\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/felix-arntz.me\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/felix-arntz.me\/#\/schema\/person\/c7c3c658d2e59bbddf3e8684a6846e55\",\"name\":\"Felix\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/felix-arntz.me\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/felix-arntz.me\/wp-content\/uploads\/2018\/09\/felix-arntz-site-icon.png\",\"contentUrl\":\"https:\/\/felix-arntz.me\/wp-content\/uploads\/2018\/09\/felix-arntz-site-icon.png\",\"width\":512,\"height\":512,\"caption\":\"Felix\"},\"logo\":{\"@id\":\"https:\/\/felix-arntz.me\/#\/schema\/person\/image\/\"},\"description\":\"Developer Programs Engineer at Google. WordPress Core Committer. Previously Yoast. Runner, musician, movie geek. Aprendiendo espa\u00f1ol. Fueled by Mountain Dew.\",\"sameAs\":[\"https:\/\/x.com\/felixarntz\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"I'm now on SiteGround! - felix-arntz.me","description":"Here I describe why and how I moved from Google Compute Engine to SiteGround, including some of the tweaks I needed to do.","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:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/","og_locale":"en_US","og_type":"article","og_title":"I'm now on SiteGround! - felix-arntz.me","og_description":"Here I describe why and how I moved from Google Compute Engine to SiteGround, including some of the tweaks I needed to do.","og_url":"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/","og_site_name":"felix-arntz.me","article_published_time":"2017-06-22T21:26:01+00:00","article_modified_time":"2025-02-11T16:12:24+00:00","og_image":[{"width":1280,"height":540,"url":"https:\/\/felix-arntz.me\/wp-content\/uploads\/2017\/06\/im-now-on-siteground.jpg","type":"image\/jpeg"}],"author":"Felix","twitter_card":"summary_large_image","twitter_creator":"@felixarntz","twitter_site":"@felixarntz","twitter_misc":{"Written by":"Felix","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/#article","isPartOf":{"@id":"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/"},"author":{"name":"Felix","@id":"https:\/\/felix-arntz.me\/#\/schema\/person\/c7c3c658d2e59bbddf3e8684a6846e55"},"headline":"I&#8217;m now on SiteGround!","datePublished":"2017-06-22T21:26:01+00:00","dateModified":"2025-02-11T16:12:24+00:00","mainEntityOfPage":{"@id":"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/"},"wordCount":1282,"commentCount":0,"publisher":{"@id":"https:\/\/felix-arntz.me\/#\/schema\/person\/c7c3c658d2e59bbddf3e8684a6846e55"},"image":{"@id":"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/#primaryimage"},"thumbnailUrl":"https:\/\/felix-arntz.me\/wp-content\/uploads\/2017\/06\/im-now-on-siteground.jpg","articleSection":["Updates","WordPress"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/","url":"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/","name":"I'm now on SiteGround! - felix-arntz.me","isPartOf":{"@id":"https:\/\/felix-arntz.me\/#website"},"primaryImageOfPage":{"@id":"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/#primaryimage"},"image":{"@id":"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/#primaryimage"},"thumbnailUrl":"https:\/\/felix-arntz.me\/wp-content\/uploads\/2017\/06\/im-now-on-siteground.jpg","datePublished":"2017-06-22T21:26:01+00:00","dateModified":"2025-02-11T16:12:24+00:00","description":"Here I describe why and how I moved from Google Compute Engine to SiteGround, including some of the tweaks I needed to do.","breadcrumb":{"@id":"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/#primaryimage","url":"https:\/\/felix-arntz.me\/wp-content\/uploads\/2017\/06\/im-now-on-siteground.jpg","contentUrl":"https:\/\/felix-arntz.me\/wp-content\/uploads\/2017\/06\/im-now-on-siteground.jpg","width":1280,"height":540,"caption":"I'm now on SiteGround!"},{"@type":"BreadcrumbList","@id":"https:\/\/felix-arntz.me\/blog\/im-now-on-siteground\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/felix-arntz.me\/"},{"@type":"ListItem","position":2,"name":"Updates","item":"https:\/\/felix-arntz.me\/blog\/category\/updates\/"},{"@type":"ListItem","position":3,"name":"I&#8217;m now on SiteGround!"}]},{"@type":"WebSite","@id":"https:\/\/felix-arntz.me\/#website","url":"https:\/\/felix-arntz.me\/","name":"felix-arntz.me","description":"","publisher":{"@id":"https:\/\/felix-arntz.me\/#\/schema\/person\/c7c3c658d2e59bbddf3e8684a6846e55"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/felix-arntz.me\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/felix-arntz.me\/#\/schema\/person\/c7c3c658d2e59bbddf3e8684a6846e55","name":"Felix","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/felix-arntz.me\/#\/schema\/person\/image\/","url":"https:\/\/felix-arntz.me\/wp-content\/uploads\/2018\/09\/felix-arntz-site-icon.png","contentUrl":"https:\/\/felix-arntz.me\/wp-content\/uploads\/2018\/09\/felix-arntz-site-icon.png","width":512,"height":512,"caption":"Felix"},"logo":{"@id":"https:\/\/felix-arntz.me\/#\/schema\/person\/image\/"},"description":"Developer Programs Engineer at Google. WordPress Core Committer. Previously Yoast. Runner, musician, movie geek. Aprendiendo espa\u00f1ol. Fueled by Mountain Dew.","sameAs":["https:\/\/x.com\/felixarntz"]}]}},"jetpack_featured_media_url":"https:\/\/felix-arntz.me\/wp-content\/uploads\/2017\/06\/im-now-on-siteground.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/felix-arntz.me\/api\/wp\/v2\/posts\/963","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/felix-arntz.me\/api\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/felix-arntz.me\/api\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/felix-arntz.me\/api\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/felix-arntz.me\/api\/wp\/v2\/comments?post=963"}],"version-history":[{"count":5,"href":"https:\/\/felix-arntz.me\/api\/wp\/v2\/posts\/963\/revisions"}],"predecessor-version":[{"id":1218,"href":"https:\/\/felix-arntz.me\/api\/wp\/v2\/posts\/963\/revisions\/1218"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/felix-arntz.me\/api\/wp\/v2\/media\/962"}],"wp:attachment":[{"href":"https:\/\/felix-arntz.me\/api\/wp\/v2\/media?parent=963"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/felix-arntz.me\/api\/wp\/v2\/categories?post=963"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/felix-arntz.me\/api\/wp\/v2\/tags?post=963"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}