{"id":103960,"date":"2023-03-31T14:32:23","date_gmt":"2023-03-31T18:32:23","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=103960"},"modified":"2023-04-07T09:51:56","modified_gmt":"2023-04-07T13:51:56","slug":"memcached-object-caching","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/","title":{"rendered":"How to Use Memcached as a Persistent Object Cache in WordPress"},"content":{"rendered":"<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/03\/memcached-persisten-object-cache-1024x538.jpg\" alt=\"\" class=\"wp-image-103961\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/03\/memcached-persisten-object-cache-1024x538.jpg 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/03\/memcached-persisten-object-cache-300x158.jpg 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/03\/memcached-persisten-object-cache-768x403.jpg 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/03\/memcached-persisten-object-cache.jpg 1200w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p>A common site health message WordPress displays for users is the recommendation to use a <strong>persistent object cache<\/strong>.  There are generally two common solutions to this issue:  <a href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/central\/servers\/enable-configure-redis\/\" target=\"_blank\" rel=\"noreferrer noopener\">Redis<\/a> or Memcached.<\/p>\n\n\n\n<p>This article will guide you in using Memcached to provide the caching solution that WordPress is recommending.  We will walk you through its installation and configuration.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#what-is\">What is a Persistent Object Cache?<\/a><\/li>\n\n\n\n<li><a href=\"#how-to\">How to Install Memcached for WordPress<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"#server-side\">Server Side Installation<\/a><\/li>\n\n\n\n<li><a href=\"#secure\">Secure Memcached Installation<\/a><\/li>\n\n\n\n<li><a href=\"#plugin\">Plugin Installation Using W3 Total Cache<\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"#configure\">Configure Memcached<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is\">What is a Persistent Object Cache?<\/h2>\n\n\n\n<p>A persistent object cache is a server-side caching service that saves query results to a database.  This type of caching improves database performance by reducing the number of queries the WordPress database processes.<\/p>\n\n\n\n<p>This reduces CPU and memory resource usage on the server. You can tell your WordPress site is not using persistent object caching when you look at Site Health in your Tools menu:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"686\" height=\"613\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/03\/use-persistent-cache-warning.jpg\" alt=\"Site Health - Persistent Object Cache recommendation\" class=\"wp-image-103965\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/03\/use-persistent-cache-warning.jpg 686w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/03\/use-persistent-cache-warning-300x268.jpg 300w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p>If your site is static and you do not have a lot of interaction with your viewers, then a caching solution like <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/plugins\/w3-total-cache\/\">W3 Total Cache<\/a> without Memcached will be sufficient.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-to\">How to Install Memcached<\/h2>\n\n\n\n<p>The installation of Memcached requires that you have root access on a VPS or dedicated server. Using Memcached will require a server-side install and then a plugin in WordPress. The server installation will need to be done through SSH.  The plugin will be used to configure how WordPress will use Memcached caching.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"server-side\">Server Side Installation<\/h3>\n\n\n\n<p>The installation command for CentOS 7 is as follows:<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-color has-text-color\"><code><strong># yum update\n# yum install memcached<\/strong><\/code><\/pre>\n\n\n\n<p>CentOS 7 will eventually be replaced with another Linux-based solution like Alma Linux.  If you have opted to upgrade the server Linux system, then use this command:<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-color has-white-background-color has-text-color has-background\"><code><strong>apt -get install memcached<\/strong><\/code><\/pre>\n\n\n\n<p>If you\u2019re using a different flavor of Linux, then check your documentation for any installation differences.<br><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"secure\">Secure the Memcached Installation<\/h3>\n\n\n\n<p>The <strong>options<\/strong> setting must be changed to secure the Memcached installation so that only your local machine requests (your server) are listening to requests. You can use <em>vi<\/em> or <em>nano<\/em> to edit the file.<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li>After you have finished this installation, you will need to install tools to properly secure the Memcached installation.<br><br><code><strong>#yum install libmemcached<\/strong><\/code><br><\/li>\n\n\n\n<li>Edit the configuration file for Memcached.<br><br><strong><code>#vi \/etc\/sysconfig\/memcached.conf<\/code><br><\/strong><\/li>\n\n\n\n<li>Change the OPTIONS line so that it is set as follows:<br><br><strong><code>OPTIONS = \"-l 127.0.0.1 -U 0\"<\/code><br><\/strong><\/li>\n\n\n\n<li>Restart the Memcached service to apply the configuration changes.<br><br><strong><code>#systemctl restart memcached<\/code><br><code>#systemctl enable memcached<\/code><br><\/strong><\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"plugin\">Plugin Installation \u2013 Using W3 Total Cache<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/arnelstest.com\/testsprout\/wp-content\/uploads\/2023\/03\/w3-total-cache-plugin-graphic.jpg\" alt=\"\" class=\"wp-image-425\"><\/figure>\n\n\n\n<p>You can use a WordPress plugin to use Memcached.  We recommend using W3 Total Cache.  See our guide for instructions on using <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/plugins\/w3-total-cache\/\">W3 Total Cache<\/a>.<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li><a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/logging-into-wordpress-dashboard\/\">Log in to your WordPress Administrator Dashboard<\/a>.<\/li>\n\n\n\n<li>Click on <strong>Plugins<\/strong>.<\/li>\n\n\n\n<li>Click on <strong>Add New<\/strong>.<\/li>\n\n\n\n<li>In the search field, type in \u201c<strong>W3 Total Cache<\/strong>\u201c<\/li>\n\n\n\n<li>Click on the <strong>Install<\/strong> button.<\/li>\n\n\n\n<li>Click on the <strong>Activate<\/strong> button.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"configure\">Configure W3 Total Cache to Use Memcached<\/h3>\n\n\n\n<p>Once you have installed and activated W3 Total Cache, you must configure it to use Memcached.<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li>Click on <strong>Performance<\/strong> in your WordPress Administrator Dashboard menu.<\/li>\n\n\n\n<li>If you have just installed W3 Total cache, click on Skip. <br><br><img decoding=\"async\" class=\"wp-image-426\" style=\"width: 500px;\" src=\"https:\/\/arnelstest.com\/testsprout\/wp-content\/uploads\/2023\/03\/w3-setup-guide.jpg\" alt=\"W3 Intro screen - click skip\"><\/li>\n\n\n\n<li>Click on <strong>General Settings<\/strong>.<\/li>\n\n\n\n<li>Under <strong>Page Cache<\/strong>, check that it is set to <strong>Enhanced<\/strong>.  It should be set by default.<\/li>\n\n\n\n<li>Find the Database Cache section and click Enable.<\/li>\n\n\n\n<li>After that, click on the drop-down box for <strong>Database Cache Method<\/strong> and select <strong>Memcached<\/strong>.<br><br><img decoding=\"async\" class=\"wp-image-428\" style=\"width: 1000px;\" src=\"https:\/\/arnelstest.com\/testsprout\/wp-content\/uploads\/2023\/03\/select-memcached-1.jpg\" alt=\"Database cache - select memcached\"><\/li>\n\n\n\n<li>Click on <strong>Save Settings &amp; Purge Cache<\/strong>.<\/li>\n\n\n\n<li>Next, go to <strong>Object Cache<\/strong> and select <strong>Memcached<\/strong> from the drop-down for <strong>Object Cache Method<\/strong>.<\/li>\n\n\n\n<li>Click on <strong>Save Settings &amp; Purge Cache<\/strong>.<br><\/li>\n<\/ol>\n\n\n\n<p>Once you have configured W3 Total Cache (or another plugin), your WordPress site is set to use Memcached.  You can find more information by going to the <a href=\"https:\/\/github.com\/memcached\/memcached\/wiki\" target=\"_blank\" rel=\"noreferrer noopener\">Memcached wiki<\/a>.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\">\n\n\n\n<p>Using a persistent object cache improves your WordPress page load times by using previously saved queries.  This is especially helpful when experiencing heavy traffic spikes on your site.  <br><br>A good example of where using Memcached is an excellent solution for your caching needs is a large eCommerce site with many products and registered users.  The caching aids the site performance by saving common queries for products and menus that help to reduce your resource consumption.<\/p>\n\n\n\n<p>Check out our<a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/\"> WordPress Educational channel <\/a>for many other useful tips and tutorials!<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>A common site health message WordPress displays for users is the recommendation to use a persistent object cache. There are generally two common solutions to this issue: Redis or Memcached. This article will guide you in using Memcached to provide the caching solution that WordPress is recommending. We will walk you through its installation and<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/\"> Read More ><\/a><\/p>\n","protected":false},"author":7,"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":[56],"tags":[],"class_list":["post-103960","post","type-post","status-publish","format-standard","hentry","category-wordpress"],"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 Use Memcached as a Persistent Object Cache in WordPress | InMotion Hosting<\/title>\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\/edu\/wordpress\/memcached-object-caching\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Use Memcached as a Persistent Object Cache in WordPress | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"A common site health message WordPress displays for users is the recommendation to use a persistent object cache. There are generally two common solutions to this issue: Redis or Memcached. This article will guide you in using Memcached to provide the caching solution that WordPress is recommending. We will walk you through its installation and Read More &gt;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/\" \/>\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=\"2023-03-31T18:32:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-07T13:51:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/03\/memcached-persisten-object-cache-1024x538.jpg\" \/>\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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/8d626175dd3b70ee90a172bdb09a460b\"},\"headline\":\"How to Use Memcached as a Persistent Object Cache in WordPress\",\"datePublished\":\"2023-03-31T18:32:23+00:00\",\"dateModified\":\"2023-04-07T13:51:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/\"},\"wordCount\":682,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/03\/memcached-persisten-object-cache-1024x538.jpg\",\"articleSection\":[\"WordPress Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/\",\"name\":\"How to Use Memcached as a Persistent Object Cache in WordPress | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/03\/memcached-persisten-object-cache-1024x538.jpg\",\"datePublished\":\"2023-03-31T18:32:23+00:00\",\"dateModified\":\"2023-04-07T13:51:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/03\/memcached-persisten-object-cache.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/03\/memcached-persisten-object-cache.jpg\",\"width\":1200,\"height\":630,\"caption\":\"How to Use Memcached as a Persistent Object header image\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Use Memcached as a Persistent Object Cache in WordPress\"}]},{\"@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\/8d626175dd3b70ee90a172bdb09a460b\",\"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\/arn\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Use Memcached as a Persistent Object Cache in WordPress | InMotion Hosting","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\/edu\/wordpress\/memcached-object-caching\/","og_locale":"en_US","og_type":"article","og_title":"How to Use Memcached as a Persistent Object Cache in WordPress | InMotion Hosting","og_description":"A common site health message WordPress displays for users is the recommendation to use a persistent object cache. There are generally two common solutions to this issue: Redis or Memcached. This article will guide you in using Memcached to provide the caching solution that WordPress is recommending. We will walk you through its installation and Read More >","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2023-03-31T18:32:23+00:00","article_modified_time":"2023-04-07T13:51:56+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/03\/memcached-persisten-object-cache-1024x538.jpg","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":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/8d626175dd3b70ee90a172bdb09a460b"},"headline":"How to Use Memcached as a Persistent Object Cache in WordPress","datePublished":"2023-03-31T18:32:23+00:00","dateModified":"2023-04-07T13:51:56+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/"},"wordCount":682,"commentCount":2,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/03\/memcached-persisten-object-cache-1024x538.jpg","articleSection":["WordPress Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/","name":"How to Use Memcached as a Persistent Object Cache in WordPress | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/03\/memcached-persisten-object-cache-1024x538.jpg","datePublished":"2023-03-31T18:32:23+00:00","dateModified":"2023-04-07T13:51:56+00:00","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/03\/memcached-persisten-object-cache.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/03\/memcached-persisten-object-cache.jpg","width":1200,"height":630,"caption":"How to Use Memcached as a Persistent Object header image"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memcached-object-caching\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Use Memcached as a Persistent Object Cache in WordPress"}]},{"@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\/8d626175dd3b70ee90a172bdb09a460b","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\/arn\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":56,"name":"WordPress Tutorials","slug":"wordpress","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/103960","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\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=103960"}],"version-history":[{"count":12,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/103960\/revisions"}],"predecessor-version":[{"id":104222,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/103960\/revisions\/104222"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=103960"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=103960"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=103960"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}