{"id":46211,"date":"2019-08-23T19:53:38","date_gmt":"2019-08-24T00:53:38","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=46211"},"modified":"2021-08-16T15:57:35","modified_gmt":"2021-08-16T19:57:35","slug":"how-to-optimize-lazyload-for-wordpress-hosting","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/","title":{"rendered":"How to Optimize LazyLoad for WordPress Hosting"},"content":{"rendered":"<p>This article describes how to <strong>optimize LazyLoad for WordPress<\/strong>. You can learn how to <strong>change the threshold for LazyLoad<\/strong> and how to <strong>test LazyLoad functionality<\/strong> using Google DevTools.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"#ll-threshold\">How to Change LazyLoad Threshold<\/a><\/li><li><a href=\"#test-ll\">How to Test LazyLoad<\/a><\/li><\/ul>\n\n\n\n<p>If you\u2019re looking for a simple plugin l<a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-lazy-images-in-jetpack\/\">azy image loading, try Jetpack<\/a>! <\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"ll-threshold\">How to Change LazyLoad Threshold<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-install-and-set-up-lazyload-for-wordpress-hosting\/\">LazyLoad<\/a> is a very light-weight plugin that helps optimize your WordPress website\u2019s load time. It does this by deferring the loading of images until they are visible to the user.<\/p>\n\n\n\n<p>The <em>viewport<\/em> is the user\u2019s visible portion of the screen. As images scroll closer to the viewport LazyLoad loads them on demand, rather than loading all the images at once. By default, LazyLoad will load the image when it is within 300 pixels of the viewport.<\/p>\n\n\n\n<p>If you increase the threshold, then images will load sooner. If you decrease the threshold, then your images will load later. If your users are seeing placeholders for images then you can change the threshold for LazyLoad to load the images sooner. Optimize this setting to balance load time with user experience.<\/p>\n\n\n\n<p>To modify this setting, you will need to add these few lines of code to your theme\u2019s <kbd>functions.php<\/kbd> file:<\/p>\n\n\n\n<pre class=\"code_block\">function rocket_lazyload_custom_threshold( $threshold ) {\n    return 400;\n}\nadd_filter( 'rocket_lazyload_threshold', 'rocket_lazyload_custom_threshold' );<\/pre>\n\n\n\n<div class=\"wp-block-image\" align=\"center\"><img decoding=\"async\" width=\"664\" height=\"383\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/lazyload-functions-php-code-example.png\" class=\"optimized-lcp-image\" alt=\"\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/lazyload-functions-php-code-example.png 664w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/lazyload-functions-php-code-example-300x173.png 300w\"><figcaption>Be sure to enter the code after any code that exists after the &lt;?php line.<\/figcaption><\/div>\n\n\n\n<p class=\"alert alert-warning\"><strong>IMPORTANT:<\/strong> When adding code to your theme, it is best practice to <a href=\"\/support\/edu\/wordpress\/wp-childtheme-2014\/\">create a child theme<\/a>. This allows the theme to retain your customization even through updates. If you do not create a child theme, when you update it, the code you entered may be overwritten by the updated code. In this case, you would need to add the code again.<\/p>\n\n\n\n<p>To help set an effective value for the threshold you can use Google DevTools to see LazyLoad live in action. Read on to learn how you can test LazyLoad.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"test-ll\">How to Test LazyLoad<\/h2>\n\n\n\n<p class=\"alert alert-info\"><strong>NOTE:<\/strong> The following steps can be used as a general guide for most web browsers. However, they are intended for use with Google Chrome. You will need to <a href=\"https:\/\/support.google.com\/chrome\/answer\/95346?co=GENIE.Platform%3DDesktop&amp;hl=en\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"install Google Chrome (opens in a new tab)\">install Google Chrome<\/a> in order to follow these instructions.<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\"><li>Visit the webpage you want to test LazyLoad on.<\/li><li>Press the <kbd><strong>F12<\/strong><\/kbd> key to open the Google Chrome DevTools pane.<\/li><li>Click on the <strong>Network<\/strong> tab.<\/li><li>Refresh the page.<\/li><li>Once the page refreshes, you will notice that the network tab indicates some images loaded. As you scroll through the page, you will see other images load.<\/li><\/ol>\n\n\n\n<p><strong>Congratulations!<\/strong> Now you know how to test LazyLoad. This testing should help you to optimize LazyLoad for WordPress. You can modify the value of the threshold and then test the user experience until you are satisfied with the performance.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This article describes how to optimize LazyLoad for WordPress. You can learn how to change the threshold for LazyLoad and how to test LazyLoad functionality using Google DevTools. How to Change LazyLoad Threshold How to Test LazyLoad If you\u2019re looking for a simple plugin lazy image loading, try Jetpack! How to Change LazyLoad Threshold LazyLoad<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/\"> Read More ><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4325],"tags":[],"class_list":["post-46211","post","type-post","status-publish","format-standard","hentry","category-wordpress-hosting"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Optimize LazyLoad for WordPress Hosting<\/title>\n<meta name=\"description\" content=\"This article describes how to optimize LazyLoad for WordPress Hosting. You can learn how to change the threshold for LazyLoad and how to test LazyLoad functionality.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Optimize LazyLoad for WordPress Hosting\" \/>\n<meta property=\"og:description\" content=\"This article describes how to optimize LazyLoad for WordPress Hosting. You can learn how to change the threshold for LazyLoad and how to test LazyLoad functionality.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-08-24T00:53:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-16T19:57:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/lazyload-functions-php-code-example.png\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5fbfcaed32a2672fb83ab312f5b7237b\"},\"headline\":\"How to Optimize LazyLoad for WordPress Hosting\",\"datePublished\":\"2019-08-24T00:53:38+00:00\",\"dateModified\":\"2021-08-16T19:57:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/\"},\"wordCount\":453,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/lazyload-functions-php-code-example.png\",\"articleSection\":[\"WordPress Hosting\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/\",\"name\":\"How to Optimize LazyLoad for WordPress Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/lazyload-functions-php-code-example.png\",\"datePublished\":\"2019-08-24T00:53:38+00:00\",\"dateModified\":\"2021-08-16T19:57:35+00:00\",\"description\":\"This article describes how to optimize LazyLoad for WordPress Hosting. You can learn how to change the threshold for LazyLoad and how to test LazyLoad functionality.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/lazyload-functions-php-code-example.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/lazyload-functions-php-code-example.png\",\"width\":664,\"height\":383},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Optimize LazyLoad for WordPress Hosting\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5fbfcaed32a2672fb83ab312f5b7237b\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/john-paul\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Optimize LazyLoad for WordPress Hosting","description":"This article describes how to optimize LazyLoad for WordPress Hosting. You can learn how to change the threshold for LazyLoad and how to test LazyLoad functionality.","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:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/","og_locale":"en_US","og_type":"article","og_title":"How to Optimize LazyLoad for WordPress Hosting","og_description":"This article describes how to optimize LazyLoad for WordPress Hosting. You can learn how to change the threshold for LazyLoad and how to test LazyLoad functionality.","og_url":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2019-08-24T00:53:38+00:00","article_modified_time":"2021-08-16T19:57:35+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/lazyload-functions-php-code-example.png","type":"","width":"","height":""}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5fbfcaed32a2672fb83ab312f5b7237b"},"headline":"How to Optimize LazyLoad for WordPress Hosting","datePublished":"2019-08-24T00:53:38+00:00","dateModified":"2021-08-16T19:57:35+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/"},"wordCount":453,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/lazyload-functions-php-code-example.png","articleSection":["WordPress Hosting"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/","url":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/","name":"How to Optimize LazyLoad for WordPress Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/lazyload-functions-php-code-example.png","datePublished":"2019-08-24T00:53:38+00:00","dateModified":"2021-08-16T19:57:35+00:00","description":"This article describes how to optimize LazyLoad for WordPress Hosting. You can learn how to change the threshold for LazyLoad and how to test LazyLoad functionality.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/lazyload-functions-php-code-example.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/lazyload-functions-php-code-example.png","width":664,"height":383},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/how-to-optimize-lazyload-for-wordpress-hosting\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Optimize LazyLoad for WordPress Hosting"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5fbfcaed32a2672fb83ab312f5b7237b","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/john-paul\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4325,"name":"WordPress Hosting","slug":"wordpress-hosting","link":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/46211","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=46211"}],"version-history":[{"count":18,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/46211\/revisions"}],"predecessor-version":[{"id":83272,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/46211\/revisions\/83272"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=46211"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=46211"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=46211"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}