{"id":86074,"date":"2023-10-26T14:00:00","date_gmt":"2023-10-26T11:00:00","guid":{"rendered":"https:\/\/themeisle.com\/blog\/?p=86074"},"modified":"2024-01-10T20:59:39","modified_gmt":"2024-01-10T18:59:39","slug":"wordpress-redis-cache","status":"publish","type":"post","link":"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/","title":{"rendered":"WordPress Redis Cache: Step-by-Step Tutorial to Set It Up"},"content":{"rendered":"\n<p>Want to set up the WordPress Redis cache for your site? \ud83d\udcbe<\/p>\n\n\n\n<p>Redis is a caching technology you can use to increase website performance even further. It&#8217;s not WordPress-specific software, but it works perfectly with WordPress. Moreover, you don&#8217;t depend on your web host to install it for you (<em>though it&#8217;s simpler if your host does offer pre-installed Redis<\/em>).<\/p>\n\n\n\n<!--more-->\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p>In this article, we&#8217;ll talk a bit more about what Redis is and <a href=\"#why-use-wordpress-redis-cache\">how it works<\/a>. Then we&#8217;ll go over <a href=\"#how-to-install-redis-wordpress-cache-in-three-steps\">how to set up and configure a WordPress Redis cache<\/a>. <\/p>\n\n\n\n<p>Let&#8217;s get to it!<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n\t\t<div class='ti-tweet-clear'><\/div>\n\t\t\t<div class='ti-tweet_wrapper'>\n\t\t    \t<div class='ti-tweet_text'>\n\t\t    \t\t<a href='https:\/\/twitter.com\/share?text=Learn+how+to+set+up+%23Redis+%23cache+in+%23WordPress+%F0%9F%92%BE+with+this+tutorial+%F0%9F%A7%91%E2%80%8D%F0%9F%92%BB&via=themeisle&related=themeisle&url=https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/' target='_blank' rel='nofollow'>Learn how to set up #Redis #cache in #WordPress \ud83d\udcbe with this tutorial \ud83e\uddd1\u200d\ud83d\udcbb<\/a>\n\t\t    \t<\/div>\n\t\t    \t<div class='ti-tweet_sharebtn'>\n\t\t    \t<a href='https:\/\/twitter.com\/share?text=Learn+how+to+set+up+%23Redis+%23cache+in+%23WordPress+%F0%9F%92%BE+with+this+tutorial+%F0%9F%A7%91%E2%80%8D%F0%9F%92%BB&via=themeisle&related=themeisle&url=https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/' target='_blank' rel='nofollow'>Click To Tweet \n\t\t    \t\t<span><\/span>\n\t\t    \t<\/a>\n\t\t    <\/div>\n\t\t<\/div>\n<\/div>\n<\/div>\n\n\n<div class=\"su-divider su-divider-style-dotted\" style=\"margin:40px 0;border-width:1px;border-color:#999999\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"why-use-wordpress-redis-cache\">Why use Redis cache<\/h2>\n\n\n\n<p>The main thing you need to know about <a href=\"https:\/\/redis.io\/\" target=\"_blank\" rel=\"noopener\">Redis<\/a> is that it&#8217;s an &#8220;in-memory&#8221; <a href=\"https:\/\/themeisle.com\/blog\/caching-in-wordpress\/\">caching system<\/a>. Typically, caches use disks to store information. That means the server needs to look up information on a hard drive (or an SSD) when you query it.<\/p>\n\n\n\n<p>As you might know, memory is <em>much<\/em> faster than other forms of storage. It&#8217;s not designed to store massive amounts of data, but only what you might need at the moment. Redis enables you to use the system&#8217;s memory as a cache. That means visitors can <a href=\"https:\/\/themeisle.com\/blog\/speed-up-wordpress-quick-wins\/\">get faster loading times<\/a> since the server can query memory instead of a disk.<\/p>\n\n\n\n<p>Redis can also use the disk for caching, but it mainly relies on the system&#8217;s memory. Another perk of using Redis is that it&#8217;s &#8220;distributed&#8221;. That means multiple servers can share an instance of Redis, which is ideal if you&#8217;re using <a href=\"https:\/\/themeisle.com\/blog\/what-is-cloud-hosting\/\">cloud hosting<\/a>.<\/p>\n\n\n\n<p>If all of this seems too technical, all you need to know is that Redis can make your WordPress website load faster. However, to set it up, you&#8217;ll need to be comfortable working at the server level. \ud83d\udc68\u200d\ud83d\udcbb\ud83d\udc68\u200d\ud83d\udcbb\ud83d\udc68\u200d\ud83d\udcbb<\/p>\n\n\n<div class=\"su-divider su-divider-style-dotted\" style=\"margin:40px 0;border-width:1px;border-color:#999999\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-to-install-redis-wordpress-cache-in-three-steps\">How to install Redis WordPress cache in three steps<\/h2>\n\n\n\n<p>It&#8217;s important to note that you require access to the server if you want to install Redis. That means being able to set up new software and change its configuration, which typically happens using the terminal.<\/p>\n\n\n\n<p>If you use shared hosting, you won&#8217;t have access to the server or be able to change its configuration. Aside from access to the server, you&#8217;ll also need to <a href=\"https:\/\/themeisle.com\/blog\/wp-cli\/\">use WP-CLI<\/a> to configure the plugin we&#8217;ll use alongside Redis.<\/p>\n\n\n\n<p>If you don&#8217;t have this access, we recommend reaching out to your host&#8217;s support staff to ask them if they have an option to install Redis for you.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Step 1: <a href=\"#step-1\">Install Redis Server<\/a><\/li>\n\n\n\n<li>Step 2: <a href=\"#step-2\">Install the Redis PHP extension<\/a><\/li>\n\n\n\n<li>Step 3: <a href=\"#step-3\">Set up and configure Redis Object Cache WordPress plugin<\/a><\/li>\n<\/ul>\n\n\n<div class=\"su-divider su-divider-style-default\" style=\"margin:40px 0;border-width:15px;border-color:#4267cf\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"step-1\">Step 1: Install Redis Server \ud83d\uddb1\ufe0f<\/h3>\n\n\n\n<p>Most web servers use <a href=\"https:\/\/themeisle.com\/blog\/linux-vs-windows-hosting\/\">Linux-based operating systems<\/a> (OS). That means you can install software using the terminal, which is what we&#8217;ll do with Redis Server. To get started, open the terminal and enter the following command:<\/p>\n\n\n\n<p><code>sudo apt-get update<\/code><\/p>\n\n\n\n<p>This will update the package index, and it&#8217;s always recommended before installing a new software package on a Linux distribution. When the update is complete, enter the following command:<\/p>\n\n\n\n<p><code>sudo apt-get install redis-server<\/code><\/p>\n\n\n\n<p>There are other ways to install packages, depending on which Linux distribution you&#8217;re using. However, the command line offers the simplest and most straightforward option in most cases.<\/p>\n\n\n\n<p>Once the package downloads, it&#8217;ll install automatically. To test if Redis Server is running correctly, you&#8217;re going to ping it with this command:<\/p>\n\n\n\n<p><code>redis-cli ping<\/code><\/p>\n\n\n\n<p>The software will return the message &#8220;PONG&#8221; if it&#8217;s running. That means you can move on to configuring it.<\/p>\n\n\n<div class=\"su-divider su-divider-style-default\" style=\"margin:40px 0;border-width:15px;border-color:#4267cf\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"step-2\">Step 2: Install the Redis PHP extension \ud83d\uddb1\ufe0f<\/h3>\n\n\n\n<p>If you&#8217;re going to use a Redis cache, it makes sense to configure the software directly from WordPress. This approach means you won&#8217;t need to configure Redis manually using the command line, which can be a time-consuming process.<\/p>\n\n\n\n<p>To make this happen, you&#8217;ll need a way for WordPress to communicate with Redis. That&#8217;s where the <a href=\"https:\/\/github.com\/phpredis\/phpredis\" target=\"_blank\" rel=\"noopener\">phpredis<\/a> extension comes in.<\/p>\n\n\n\n<p>The phpredis extension lets you set up an API that WordPress can use to communicate with Redis. It&#8217;s the bridge that will enable you to connect the CMS to the Redis server.<\/p>\n\n\n\n<p>As with the Redis Serve, you can install phpredis by using the terminal and entering the following command:<\/p>\n\n\n\n<p><code>sudo apt-get install php-redis<\/code><\/p>\n\n\n\n<p>Once the installation is complete, it&#8217;s time to move to WordPress. Now we&#8217;re going to talk about how to interface the CMS with Redis.<\/p>\n\n\n<div class=\"su-divider su-divider-style-default\" style=\"margin:40px 0;border-width:15px;border-color:#4267cf\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"step-3\">Step 3: Set up and configure Redis Object Cache WordPress plugin \u2699\ufe0f<\/h3>\n\n\n<div class=\"wp-pic-wrapper align-center large\" style=\"margin:20px 0;\"><div class=\"wp-pic large plugin wp-pic-ajax scheme2\"  id=\"wp-pic-redis-cache\"data-type=\"plugin\" data-slug=\"redis-cache\" data-image=\"\" data-expiration=\"\"  data-layout=\"large\" data-slugs=\"[]\" ><div class=\"wp-pic-body-loading\"><div class=\"signal\"><\/div><\/div><\/div><\/div><!-- .wp-pic-wrapper--><link rel='stylesheet' id='dashicons-css' href='https:\/\/themeisle.com\/blog\/wp-includes\/css\/dashicons.min.css?ver=6.8.5' type='text\/css' media='all' \/>\n<link rel='stylesheet' id='wppic-style-css' href='https:\/\/themeisle.com\/blog\/wp-content\/plugins\/wp-plugin-info-card\/dist\/wppic-styles.css?ver=6.1.1' type='text\/css' media='all' \/>\n<script type=\"text\/javascript\" src=\"https:\/\/themeisle.com\/blog\/wp-includes\/js\/jquery\/jquery.min.js?ver=3.7.1\" id=\"jquery-core-js\"><\/script>\n<script type=\"text\/javascript\" src=\"https:\/\/themeisle.com\/blog\/wp-includes\/js\/jquery\/jquery-migrate.min.js?ver=3.4.1\" id=\"jquery-migrate-js\"><\/script>\n<script type=\"text\/javascript\" id=\"wppic-script-js-extra\">\n\/* <![CDATA[ *\/\nvar wppicAjax = {\"ajaxurl\":\"https:\\\/\\\/themeisle.com\\\/blog\\\/wp-admin\\\/admin-ajax.php\"};\n\/* ]]> *\/\n<\/script>\n<script type=\"text\/javascript\" src=\"https:\/\/themeisle.com\/blog\/wp-content\/plugins\/wp-plugin-info-card\/assets\/js\/wppic-script.min.js?ver=6.1.1\" id=\"wppic-script-js\"><\/script>\n\n\n\n\n<p>Redis Object Cache is a WordPress plugin that connects with the phpredis API to help configure your WordPress site to use the Redis Server. If that sounds confusing, keep in mind that the plugin is basically plug-and-play. That means once you activate it, it&#8217;ll autoconfigure WordPress to cache your site using Redis.<\/p>\n\n\n\n<p>Once you activate the plugin, go to <em><strong>Settings<\/strong> \u2192 <strong>Redis<\/strong><\/em>. Here you&#8217;ll see an overview of whether the plugin can connect to the Redis Server:<\/p>\n\n\n<div class=\"wp-block-image blog-img-std\">\n<figure class=\"aligncenter size-full\"><img data-opt-id=1845199270  fetchpriority=\"high\" decoding=\"async\" width=\"1489\" height=\"696\" src=\"https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:auto\/h:auto\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2023\/10\/redis-overview.png\" alt=\"WordPress Redis cache overview.\" class=\"wp-image-86081\" srcset=\"https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:1489\/h:696\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2023\/10\/redis-overview.png 1489w, https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:300\/h:140\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2023\/10\/redis-overview.png 300w, https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:1024\/h:479\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2023\/10\/redis-overview.png 1024w, https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:768\/h:359\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2023\/10\/redis-overview.png 768w, https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:50\/h:23\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2023\/10\/redis-overview.png 50w, https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:480\/h:224\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2023\/10\/redis-overview.png 480w, https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:794\/h:371\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2023\/10\/redis-overview.png 794w, https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:1200\/h:561\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2023\/10\/redis-overview.png 1200w, https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:296\/h:138\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2023\/10\/redis-overview.png 296w, https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:390\/h:182\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2023\/10\/redis-overview.png 390w, https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:270\/h:126\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2023\/10\/redis-overview.png 270w, https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:1489\/h:696\/q:mauto\/f:best\/dpr:2\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2023\/10\/redis-overview.png 2x\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure><\/div>\n\n\n<p>If the plugin shows the status as <em><strong>Connected<\/strong><\/em>, that means it will start using Redis to cache your site. The downside of using this plugin (and most other Redis cache tools) is they don&#8217;t offer configuration options from the dashboard.<\/p>\n\n\n\n<p>Redis Object Cache requires you to use WP-CLI to make changes to its configuration. Once the plugin activates, you should see a near-immediate improvement in performance. However, if you want to configure Redis, you&#8217;ll need to use WP-CLI to <a href=\"https:\/\/github.com\/rhubarbgroup\/redis-cache\/#configuration\" target=\"_blank\" rel=\"noopener\">change the software&#8217;s settings<\/a>.<\/p>\n\n\n<div class=\"su-divider su-divider-style-dotted\" style=\"margin:40px 0;border-width:1px;border-color:#999999\"><a href=\"#\" style=\"color:#999999\">Go to top<\/a><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-try-redis-cache-today\">Try Redis cache today \ud83d\ude80<\/h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p>Redis can be an amazing tool to improve your site&#8217;s performance. If you have access to the server, you can install Redis and configure it to work with WordPress relatively simply. To do this, you&#8217;ll need to be able to use the terminal and WP-CLI.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n\t\t<div class='ti-tweet-clear'><\/div>\n\t\t\t<div class='ti-tweet_wrapper'>\n\t\t    \t<div class='ti-tweet_text'>\n\t\t    \t\t<a href='https:\/\/twitter.com\/share?text=Learn+how+to+set+up+%23Redis+%23cache+in+%23WordPress+%F0%9F%92%BE+with+this+tutorial+%F0%9F%A7%91%E2%80%8D%F0%9F%92%BB&via=themeisle&related=themeisle&url=https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/' target='_blank' rel='nofollow'>Learn how to set up #Redis #cache in #WordPress \ud83d\udcbe with this tutorial \ud83e\uddd1\u200d\ud83d\udcbb<\/a>\n\t\t    \t<\/div>\n\t\t    \t<div class='ti-tweet_sharebtn'>\n\t\t    \t<a href='https:\/\/twitter.com\/share?text=Learn+how+to+set+up+%23Redis+%23cache+in+%23WordPress+%F0%9F%92%BE+with+this+tutorial+%F0%9F%A7%91%E2%80%8D%F0%9F%92%BB&via=themeisle&related=themeisle&url=https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/' target='_blank' rel='nofollow'>Click To Tweet \n\t\t    \t\t<span><\/span>\n\t\t    \t<\/a>\n\t\t    <\/div>\n\t\t<\/div>\n<\/div>\n<\/div>\n\n\n\n<p>\ud83d\udc49 If you have access to the server and WP-CLI, here&#8217;s what you need to do to use the Redis cache:<\/p>\n\n\n<div class=\"su-note\"  style=\"border-color:#dedede;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;\"><div class=\"su-note-inner su-u-clearfix su-u-trim\" style=\"background-color:#f8f8f8;border-color:#ffffff;color:#333333;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;\">\n\n\n\n<ol class=\"wp-block-list\">\n<li>\ud83d\uddb1\ufe0f Install <a href=\"https:\/\/redis.io\/\" target=\"_blank\" rel=\"noopener\">Redis Server<\/a>.<\/li>\n\n\n\n<li>\ud83d\uddb1\ufe0f Install the Redis PHP extension.<\/li>\n\n\n\n<li>\u2699\ufe0f Set up and configure <a href=\"https:\/\/wordpress.org\/plugins\/redis-cache\/\" target=\"_blank\" rel=\"noopener nofollow\">Redis Object Cache<\/a>.<\/li>\n<\/ol>\n\n\n<\/div><\/div>\n\n\n\n<p>If you don&#8217;t want to deal with installing and configuring Redis yourself, you could also <a href=\"https:\/\/themeisle.com\/blog\/best-managed-wordpress-hosting\/\">use a managed WordPress hosting provider<\/a> that handles things for you.<\/p>\n\n\n\n<p><strong><em>Do you have any questions about how to set up and configure the WordPress Redis cache? Let&#8217;s talk about them in the comments section below!<\/em><\/strong><\/p>\n\n\n<style>.ticss-d144f107 strong{font-weight: 700;\n    letter-spacing: -0.2px;\n    line-height: 1.2;\n    display: inline-block;}<\/style>\n\n\n<div class=\"wp-block-columns speed-guide has-white-color has-text-color has-background has-link-color wp-elements-2f81f6c5526477b5b4d52d1ca4513949 is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\" style=\"background-color:#4267cf\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:40%\">\n<figure class=\"wp-block-image size-medium\"><img data-opt-id=30701221  fetchpriority=\"high\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:300\/h:300\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2025\/09\/e2ce20299a807336c68c2e029640adaa1.png\" alt=\"speed guide\" class=\"wp-image-113040\" srcset=\"https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:300\/h:300\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2025\/09\/e2ce20299a807336c68c2e029640adaa1.png 300w, https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:1024\/h:1024\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2025\/09\/e2ce20299a807336c68c2e029640adaa1.png 1024w, https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:150\/h:150\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2025\/09\/e2ce20299a807336c68c2e029640adaa1.png 150w, https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:768\/h:768\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2025\/09\/e2ce20299a807336c68c2e029640adaa1.png 768w, https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:50\/h:50\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2025\/09\/e2ce20299a807336c68c2e029640adaa1.png 50w, https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:240\/h:240\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2025\/09\/e2ce20299a807336c68c2e029640adaa1.png 240w, https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:397\/h:397\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2025\/09\/e2ce20299a807336c68c2e029640adaa1.png 397w, https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:600\/h:600\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2025\/09\/e2ce20299a807336c68c2e029640adaa1.png 600w, https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:148\/h:148\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2025\/09\/e2ce20299a807336c68c2e029640adaa1.png 148w, https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:195\/h:195\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2025\/09\/e2ce20299a807336c68c2e029640adaa1.png 195w, https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:135\/h:135\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2025\/09\/e2ce20299a807336c68c2e029640adaa1.png 135w, https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:1080\/h:1080\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2025\/09\/e2ce20299a807336c68c2e029640adaa1.png 1200w, https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:1080\/h:1080\/q:mauto\/f:best\/dpr:2\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2025\/09\/e2ce20299a807336c68c2e029640adaa1.png 2x\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center ticss-58e79f2f\" style=\"font-size:14px\"><strong>FREE GUIDE<\/strong><\/p>\n\n\n\n<p class=\"ticss-d144f107\" style=\"font-size:25px\"><strong>4 Essential Steps to Speed Up Your&nbsp;WordPress Website<\/strong><\/p>\n\n\n\n<p class=\"ticss-3b627beb\">Follow the simple steps in our 4-part mini series and reduce your loading times by 50-80%.&nbsp;\ud83d\ude80<\/p>\n\n\n<p><div class=\"frm_forms  with_frm_style frm_style_themeisle\" id=\"frm_form_4_container\" data-token=\"963cb88eff6f08c63f9e898074a5eb9b\">\n<form enctype=\"multipart\/form-data\" method=\"post\" class=\"frm-show-form  frm_pro_form \" id=\"form_site-speed-guide-below-post\" data-token=\"963cb88eff6f08c63f9e898074a5eb9b\">\n<div class=\"frm_form_fields \">\n<fieldset>\n<legend class=\"frm_screen_reader\">Site Speed Guide - Below Post<\/legend>\r\n\r\n<div class=\"frm_fields_container\">\n<input type=\"hidden\" name=\"frm_action\" value=\"create\" \/>\n<input type=\"hidden\" name=\"form_id\" value=\"4\" \/>\n<input type=\"hidden\" name=\"frm_hide_fields_4\" id=\"frm_hide_fields_4\" value=\"\" \/>\n<input type=\"hidden\" name=\"form_key\" value=\"site-speed-guide-below-post\" \/>\n<input type=\"hidden\" name=\"item_meta[0]\" value=\"\" \/>\n<input type=\"hidden\" id=\"frm_submit_entry_4\" name=\"frm_submit_entry_4\" value=\"4cc723ff87\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/blog\/wp-json\/wp\/v2\/posts\/86074\" \/><input type=\"hidden\" name=\"item_meta[18]\" id=\"field_6px6q2\" value=\"\/blog\/wp-json\/wp\/v2\/posts\/86074\"  data-frmval=\"\/blog\/wp-json\/wp\/v2\/posts\/86074\"   \/>\n<div id=\"frm_field_15_container\" class=\"frm_form_field form-field  frm_required_field frm_none_container\">\r\n\t<label for=\"field_6px6q\" id=\"field_6px6q_label\" class=\"frm_primary_label\">Your Email\r\n\t\t<span class=\"frm_required\" aria-hidden=\"true\">*<\/span>\r\n\t<\/label>\r\n\t<input type=\"email\" id=\"field_6px6q\" name=\"item_meta[15]\" value=\"\"  autocomplete=\"email\"  placeholder=\"your@email.com\" data-reqmsg=\"Your Email cannot be blank.\" aria-required=\"true\" data-invmsg=\"Your Email is invalid\" aria-invalid=\"false\"  \/>\r\n\t\r\n\t\r\n<\/div>\n<div id=\"frm_field_17_container\" class=\"frm_form_field form-field  frm_none_container vertical_radio\">\r\n\t<div  id=\"field_6px6q3_label\" class=\"frm_primary_label\">Subscribe to our newsletter\r\n\t\t<span class=\"frm_required\" aria-hidden=\"true\"><\/span>\r\n\t<\/div>\r\n\t<div class=\"frm_opt_container\" aria-labelledby=\"field_6px6q3_label\" role=\"group\">\t\t<div class=\"frm_checkbox\" id=\"frm_checkbox_17-0\">\t\t\t<label  for=\"field_6px6q3-0\">\n\t\t\t<input type=\"checkbox\" name=\"item_meta[17][]\" id=\"field_6px6q3-0\" value=\"true\"  data-invmsg=\"Subscribe to our newsletter is invalid\" aria-invalid=\"false\"   \/> Subscribe to our newsletter<\/label><\/div>\n<\/div>\r\n\t\r\n\t\r\n<\/div>\n<div id=\"frm_field_14_container\" class=\"frm_form_field form-field \">\r\n\t<div class=\"frm_submit frm_flex\">\r\n<button class=\"frm_button_submit frm_final_submit\" type=\"submit\"   formnovalidate=\"formnovalidate\">FREE ACCESS<\/button>\r\n\r\n\r\n\r\n<\/div>\r\n<\/div>\n\t<input type=\"hidden\" name=\"item_key\" value=\"\" \/>\n\t\t\t<div id=\"frm_field_24_container\">\n\t\t\t<label for=\"field_8g19i\" >\n\t\t\t\tIf you are human, leave this field blank.\t\t\t<\/label>\n\t\t\t<input  id=\"field_8g19i\" type=\"text\" class=\"frm_form_field form-field frm_verify\" name=\"item_meta[24]\" value=\"\"  \/>\n\t\t<\/div>\n\t\t<input name=\"frm_state\" type=\"hidden\" value=\"tGKtIG19U6wyYcew8uBttQpSVI9oWehKpdSnzbGd2O4wF9M0QAXa6pd1+Qu8+H8p\" \/><\/div>\n<\/fieldset>\n<\/div>\n\n<p style=\"display: none !important;\" class=\"akismet-fields-container\" data-prefix=\"ak_\"><label>&#916;<textarea name=\"ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label><input type=\"hidden\" id=\"ak_js_1\" name=\"ak_js\" value=\"134\"\/><script>document.getElementById( \"ak_js_1\" ).setAttribute( \"value\", ( new Date() ).getTime() );<\/script><\/p><\/form>\n<\/div>\n<\/p>\n<\/div>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"Want to set up the WordPress Redis cache for your site? In this article, we&#8217;ll talk a bit more about what Redis is and how it works. Then we&#8217;ll go over how to set up and configure a WordPress Redis cache.","protected":false},"author":79,"featured_media":88410,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_stopmodifiedupdate":false,"_modified_date":"","_themeisle_gutenberg_block_has_review":false,"footnotes":""},"categories":[272],"tags":[4066],"hashtags":[],"class_list":["post-86074","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress-tutorials","tag-trending"],"wppr_data":{"cwp_meta_box_check":"No"},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.8 (Yoast SEO v26.1.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>WordPress Redis Cache: Step-by-Step Tutorial to Set It Up<\/title>\n<meta name=\"description\" content=\"Installing and configuring a WordPress Redis cache is simple, but you&#039;ll need access to the server. Here&#039;s how to do it.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WordPress Redis Cache: Step-by-Step Tutorial to Set It Up\" \/>\n<meta property=\"og:description\" content=\"Installing and configuring a WordPress Redis cache is simple, but you&#039;ll need access to the server. Here&#039;s how to do it.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/\" \/>\n<meta property=\"og:site_name\" content=\"Themeisle Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-10-26T11:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-10T18:59:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:auto\/h:auto\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2023\/10\/wordpress-redis-cache.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2180\" \/>\n\t<meta property=\"og:image:height\" content=\"1090\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Sophia Lee\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sophia Lee\" \/>\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:\/\/themeisle.com\/blog\/wordpress-redis-cache\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/\"},\"author\":{\"name\":\"Sophia Lee\",\"@id\":\"https:\/\/themeisle.com\/blog\/#\/schema\/person\/9eb60ef55e54c0b6421175d6e94d1a04\"},\"headline\":\"WordPress Redis Cache: Step-by-Step Tutorial to Set It Up\",\"datePublished\":\"2023-10-26T11:00:00+00:00\",\"dateModified\":\"2024-01-10T18:59:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/\"},\"wordCount\":1139,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/themeisle.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:auto\/h:auto\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2023\/10\/wordpress-redis-cache.png\",\"keywords\":[\"Trending\"],\"articleSection\":[\"WordPress Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/\",\"url\":\"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/\",\"name\":\"WordPress Redis Cache: Step-by-Step Tutorial to Set It Up\",\"isPartOf\":{\"@id\":\"https:\/\/themeisle.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:auto\/h:auto\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2023\/10\/wordpress-redis-cache.png\",\"datePublished\":\"2023-10-26T11:00:00+00:00\",\"dateModified\":\"2024-01-10T18:59:39+00:00\",\"description\":\"Installing and configuring a WordPress Redis cache is simple, but you\\\\'ll need access to the server. Here\\\\'s how to do it.\",\"breadcrumb\":{\"@id\":\"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/#primaryimage\",\"url\":\"https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:auto\/h:auto\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2023\/10\/wordpress-redis-cache.png\",\"contentUrl\":\"https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:auto\/h:auto\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2023\/10\/wordpress-redis-cache.png\",\"width\":2180,\"height\":1090,\"caption\":\"WordPress Redis cache.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\/\/themeisle.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WordPress Redis Cache: Step-by-Step Tutorial to Set It Up\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/themeisle.com\/blog\/#website\",\"url\":\"https:\/\/themeisle.com\/blog\/\",\"name\":\"Themeisle Blog\",\"description\":\"WordPress Tutorials and Reviews for Beginners and Advanced\",\"publisher\":{\"@id\":\"https:\/\/themeisle.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/themeisle.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/themeisle.com\/blog\/#organization\",\"name\":\"VertiStudio\",\"alternateName\":\"Vertigo Studio SA\",\"url\":\"https:\/\/themeisle.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/themeisle.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:auto\/h:auto\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2024\/02\/VertiStudio_logo1.png\",\"contentUrl\":\"https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:auto\/h:auto\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2024\/02\/VertiStudio_logo1.png\",\"width\":718,\"height\":156,\"caption\":\"VertiStudio\"},\"image\":{\"@id\":\"https:\/\/themeisle.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/themeisle.com\/blog\/#\/schema\/person\/9eb60ef55e54c0b6421175d6e94d1a04\",\"name\":\"Sophia Lee\",\"description\":\"Sophia Lee is a writer and WordPress expert. She\u2019s spent years working with WordPress development and design agencies to build and manage just about any type of website you can imagine. That includes everything from robust online stores to minimalist blogs. She also has a background in digital marketing and SEO.\",\"sameAs\":[\"http:\/\/wordcandy.co\"],\"url\":\"https:\/\/themeisle.com\/blog\/author\/sophia-l\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"WordPress Redis Cache: Step-by-Step Tutorial to Set It Up","description":"Installing and configuring a WordPress Redis cache is simple, but you&#039;ll need access to the server. Here&#039;s how to do it.","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:\/\/themeisle.com\/blog\/wordpress-redis-cache\/","og_locale":"en_US","og_type":"article","og_title":"WordPress Redis Cache: Step-by-Step Tutorial to Set It Up","og_description":"Installing and configuring a WordPress Redis cache is simple, but you&#039;ll need access to the server. Here&#039;s how to do it.","og_url":"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/","og_site_name":"Themeisle Blog","article_published_time":"2023-10-26T11:00:00+00:00","article_modified_time":"2024-01-10T18:59:39+00:00","og_image":[{"width":2180,"height":1090,"url":"https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:auto\/h:auto\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2023\/10\/wordpress-redis-cache.png","type":"image\/png"}],"author":"Sophia Lee","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Sophia Lee","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/#article","isPartOf":{"@id":"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/"},"author":{"name":"Sophia Lee","@id":"https:\/\/themeisle.com\/blog\/#\/schema\/person\/9eb60ef55e54c0b6421175d6e94d1a04"},"headline":"WordPress Redis Cache: Step-by-Step Tutorial to Set It Up","datePublished":"2023-10-26T11:00:00+00:00","dateModified":"2024-01-10T18:59:39+00:00","mainEntityOfPage":{"@id":"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/"},"wordCount":1139,"commentCount":0,"publisher":{"@id":"https:\/\/themeisle.com\/blog\/#organization"},"image":{"@id":"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/#primaryimage"},"thumbnailUrl":"https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:auto\/h:auto\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2023\/10\/wordpress-redis-cache.png","keywords":["Trending"],"articleSection":["WordPress Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/","url":"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/","name":"WordPress Redis Cache: Step-by-Step Tutorial to Set It Up","isPartOf":{"@id":"https:\/\/themeisle.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/#primaryimage"},"image":{"@id":"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/#primaryimage"},"thumbnailUrl":"https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:auto\/h:auto\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2023\/10\/wordpress-redis-cache.png","datePublished":"2023-10-26T11:00:00+00:00","dateModified":"2024-01-10T18:59:39+00:00","description":"Installing and configuring a WordPress Redis cache is simple, but you\\'ll need access to the server. Here\\'s how to do it.","breadcrumb":{"@id":"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/#primaryimage","url":"https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:auto\/h:auto\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2023\/10\/wordpress-redis-cache.png","contentUrl":"https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:auto\/h:auto\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2023\/10\/wordpress-redis-cache.png","width":2180,"height":1090,"caption":"WordPress Redis cache."},{"@type":"BreadcrumbList","@id":"https:\/\/themeisle.com\/blog\/wordpress-redis-cache\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/themeisle.com\/blog\/"},{"@type":"ListItem","position":2,"name":"WordPress Redis Cache: Step-by-Step Tutorial to Set It Up"}]},{"@type":"WebSite","@id":"https:\/\/themeisle.com\/blog\/#website","url":"https:\/\/themeisle.com\/blog\/","name":"Themeisle Blog","description":"WordPress Tutorials and Reviews for Beginners and Advanced","publisher":{"@id":"https:\/\/themeisle.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/themeisle.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/themeisle.com\/blog\/#organization","name":"VertiStudio","alternateName":"Vertigo Studio SA","url":"https:\/\/themeisle.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/themeisle.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:auto\/h:auto\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2024\/02\/VertiStudio_logo1.png","contentUrl":"https:\/\/mllj2j8xvfl0.i.optimole.com\/cb:c5QE.37290\/w:auto\/h:auto\/q:mauto\/f:best\/https:\/\/themeisle.com\/blog\/wp-content\/uploads\/2024\/02\/VertiStudio_logo1.png","width":718,"height":156,"caption":"VertiStudio"},"image":{"@id":"https:\/\/themeisle.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/themeisle.com\/blog\/#\/schema\/person\/9eb60ef55e54c0b6421175d6e94d1a04","name":"Sophia Lee","description":"Sophia Lee is a writer and WordPress expert. She\u2019s spent years working with WordPress development and design agencies to build and manage just about any type of website you can imagine. That includes everything from robust online stores to minimalist blogs. She also has a background in digital marketing and SEO.","sameAs":["http:\/\/wordcandy.co"],"url":"https:\/\/themeisle.com\/blog\/author\/sophia-l\/"}]}},"_links":{"self":[{"href":"https:\/\/themeisle.com\/blog\/wp-json\/wp\/v2\/posts\/86074","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/themeisle.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/themeisle.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/themeisle.com\/blog\/wp-json\/wp\/v2\/users\/79"}],"replies":[{"embeddable":true,"href":"https:\/\/themeisle.com\/blog\/wp-json\/wp\/v2\/comments?post=86074"}],"version-history":[{"count":10,"href":"https:\/\/themeisle.com\/blog\/wp-json\/wp\/v2\/posts\/86074\/revisions"}],"predecessor-version":[{"id":104518,"href":"https:\/\/themeisle.com\/blog\/wp-json\/wp\/v2\/posts\/86074\/revisions\/104518"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/themeisle.com\/blog\/wp-json\/wp\/v2\/media\/88410"}],"wp:attachment":[{"href":"https:\/\/themeisle.com\/blog\/wp-json\/wp\/v2\/media?parent=86074"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/themeisle.com\/blog\/wp-json\/wp\/v2\/categories?post=86074"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/themeisle.com\/blog\/wp-json\/wp\/v2\/tags?post=86074"},{"taxonomy":"hashtags","embeddable":true,"href":"https:\/\/themeisle.com\/blog\/wp-json\/wp\/v2\/hashtags?post=86074"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}