{"id":1331,"date":"2021-09-20T07:19:11","date_gmt":"2021-09-20T07:19:11","guid":{"rendered":"https:\/\/www.34sp.com/kb\/?p=1331"},"modified":"2023-08-30T08:44:20","modified_gmt":"2023-08-30T08:44:20","slug":"controlling-caches-within-wordpress-hosting","status":"publish","type":"post","link":"https:\/\/www.34sp.com/kb\/controlling-caches-within-wordpress-hosting","title":{"rendered":"Controlling caches within WordPress Hosting"},"content":{"rendered":"\n<div class=\"wp-block-columns has-background is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\" style=\"background-color:#f6faff\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Applies to:<\/strong><br>WordPress Hosting<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-black-color has-text-color wp-block-paragraph\"><\/p>\n<\/div>\n<\/div>\n\n\n\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_88 counter-hierarchy ez-toc-counter ez-toc-custom ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.34sp.com/kb\/controlling-caches-within-wordpress-hosting\/#Introduction\" >Introduction<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.34sp.com/kb\/controlling-caches-within-wordpress-hosting\/#Clearing_Caches\" >Clearing Caches<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.34sp.com/kb\/controlling-caches-within-wordpress-hosting\/#EnablingDisabling_Full_page_cache\" >Enabling\/Disabling Full page cache<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.34sp.com/kb\/controlling-caches-within-wordpress-hosting\/#EnablingDisabling_Object_Cache\" >Enabling\/Disabling Object Cache<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/www.34sp.com/kb\/controlling-caches-within-wordpress-hosting\/#Notes\" >Notes<\/a><\/li><\/ul><\/nav><\/div>\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Introduction\"><\/span>Introduction<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Caching allows resource intensive tasks such as generating a page or running complex queries to be stored temporarily so they are not done on every page visit. This makes pages run faster and allow more visitors to access a page at once. The WordPress Hosting has multiple levels of caching including Full Page, Object and Database caching.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Clearing_Caches\"><\/span>Clearing Caches<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Clearing All Caches<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Our built in caching, also automatically clear themselves in certain situations (see notes below) and really clearing the cache is something you would only manually do for testing, or after installing a new theme. Publishing a post for example would automatically flush the cache.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To clear all caches manually from within WordPress<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Within the WordPress Admin area, select Hosting Tools from the Admin menu bar<\/li>\n\n\n\n<li>Clear All Caches<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">This clears both the Object and Full Page Cache.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To clear all pages from within 34SP.com Client Control Panel<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Navigate to your domain<\/li>\n\n\n\n<li>Click Clear Cache button<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Again this clears both the Object and Full Page Cache<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To clear all caches from CLI<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>SSH into container<\/li>\n\n\n\n<li>Navigate to site httpdocs<\/li>\n\n\n\n<li>Type wp hosting cache clear<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Once again this clears both the object and the full page cache<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Clear Page Cache<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Sometimes you might just want to clear the Nginx Page Cache to do so within WordPress admin area:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><\/li>\n<\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">Clear Object Cache<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">To clear just the object cache, you can use the built in WP-CLI command so via CLI<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>SSH into Container<\/li>\n\n\n\n<li>Navigate to httpdocs<\/li>\n\n\n\n<li>Type wp cache flush<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"EnablingDisabling_Full_page_cache\"><\/span>Enabling\/Disabling Full page cache<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">By default the Full Page cache is on and enabled for all sites, we recommend keeping full page caching enabled and selectively disabling it for specific pages.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Disabling Full page caching on specific pages (Whitelisting)<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">To disable caching a specific page, you must add it to the whitelist.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Via the WordPress Admin:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Navigate to Tools \u2192 Hosting Tools<\/li>\n\n\n\n<li>Place the full URL in the \u201cWhitelist pages from cache\u201d textarea<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">You can use a Full url for example:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>http:\/\/example.com\/myshop\/basket<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Or wild card<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>http:\/\/example.com\/myshop\/*<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Removing a URL from the list, removes it from the whitelist and the content will be cached.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Programmatically (Advanced)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We offer two options for developers wanting to whitelist one is a filter to the whitelist array, the second is sending a HTTP Header from any page.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Adding Filter<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Filter entries are added at time of the URL being checked and do not show in the admin area list.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">            <code>\nadd_filter('TFSP_CACHE_WHITELIST', 'example_filter');\n\nfunction example_filter($whitelist)\n{\n  return $whitelist[] = 'https:\/\/example.com\/shop';\n}\n            <\/code>\n          <\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Adding HTTP Header<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Setting a HTTP Header, will tell Nginx to not cache the result, the header is then stripped before passing to the client.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">            <code>\nheader( 'X-Tfsp-Override: BYPASS' );\n            <\/code>\n          <\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Totally Disabling Full Page Caching<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Switching off the Full Page caching is not advised but can be done via WordPress Admin area<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Navigate to Tools \u2192 Hosting Tools<\/li>\n\n\n\n<li>Click Disable Caching<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">To enable repeat the process.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"EnablingDisabling_Object_Cache\"><\/span>Enabling\/Disabling Object Cache<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Disabling\/Enabling the object cache, does not stop WordPress default behaviours, it however stops the object cache being stored in Redis, and return to the default behaviour of storing objects in the wp_options table.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Disabling the object cache storage in Redis can be done by editing your my-config.php with the following:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>define('34SP_OBJECT_CACHE_OFF', true);<\/code>         <\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">We do strongly recommend only turning off the object cache for debugging as it provides significant speed improvements.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Notes\"><\/span>Notes<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Identifying if a page is being full page cached (advanced)<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Pages that are being retrieved from the cache will respond with the header<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">            <code>\nx-fastcgi-cache: HIT\n            <\/code>\n          <\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The other options being Miss &amp; Bypass<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Hit &#8211; Retrieved from the cache<\/li>\n\n\n\n<li>Miss &#8211; An attempt was made to retrieve but it wasn\u2019t there<\/li>\n\n\n\n<li>ByPass &#8211; The system didn\u2019t look in the cache.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Miss normally means on subsequent page visits the result should be cached. Bypass normally means a cookie has been set, or that the page has been marked in the whitelist.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Automated Clearing of caches<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">By default Publishing a post\/page or other content type, modifying categories\/tags, adding\/editing Menus\/Widgets or using the customiser will cause the Full page cache to be emptied.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To prevent lot\u2019s of requests being made, the Automated cache flush, sets a scheduled task to flush the cache. Meaning it can take up to 5 minutes for the cache flush to occur.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Browser caching<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Many Performance guides will reference \u201cLeverage Browser Caching\u201d this means that static assets like Images, or fonts that won\u2019t change are stored in the browser for a fixed period in the browsers own cache. The browser will not ask the server for the files unless a \u201chard refresh\u201d is done by default we set a 30 day expiry header on: Images, Font\u2019s and CSS\/JS files.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However we do not set an expiry if the \u201casset\u201d is loaded with a query string for example example.css?version=4.9.9 by default WordPress adds such strings to CSS and Javascript. If you wish to remove them, then we recommend a plugin like https:\/\/wordpress.org\/plugins\/wp-remove-query-strings-from-static-resources\/<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Applies to:WordPress Hosting Introduction Caching allows resource intensive tasks such as generating a page or running complex queries to be stored temporarily so they are not done on every page&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-1331","post","type-post","status-publish","format-standard","hentry","category-professional-hosting"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Controlling caches within WordPress 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.34sp.com/kb\/controlling-caches-within-wordpress-hosting\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Controlling caches within WordPress Hosting\" \/>\n<meta property=\"og:description\" content=\"Applies to:WordPress Hosting Introduction Caching allows resource intensive tasks such as generating a page or running complex queries to be stored temporarily so they are not done on every page...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.34sp.com/kb\/controlling-caches-within-wordpress-hosting\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/34SPWebsiteHosts\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/34SPWebsiteHosts\" \/>\n<meta property=\"article:published_time\" content=\"2021-09-20T07:19:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-30T08:44:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.34sp.com\/kb\/wp-content\/uploads\/2022\/06\/34sp-logo-horizontal-blue.png\" \/>\n\t<meta property=\"og:image:width\" content=\"3000\" \/>\n\t<meta property=\"og:image:height\" content=\"1286\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kayleigh\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@34sp\" \/>\n<meta name=\"twitter:site\" content=\"@34sp\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kayleigh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/kb.34sp.com\\\/controlling-caches-within-wordpress-hosting#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/kb.34sp.com\\\/controlling-caches-within-wordpress-hosting\"},\"author\":{\"name\":\"Kayleigh\",\"@id\":\"https:\\\/\\\/kb.34sp.com\\\/#\\\/schema\\\/person\\\/daa527106d35aab27ee3d39e12112172\"},\"headline\":\"Controlling caches within WordPress Hosting\",\"datePublished\":\"2021-09-20T07:19:11+00:00\",\"dateModified\":\"2023-08-30T08:44:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/kb.34sp.com\\\/controlling-caches-within-wordpress-hosting\"},\"wordCount\":820,\"publisher\":{\"@id\":\"https:\\\/\\\/kb.34sp.com\\\/#organization\"},\"articleSection\":[\"Professional Hosting\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/kb.34sp.com\\\/controlling-caches-within-wordpress-hosting\",\"url\":\"https:\\\/\\\/kb.34sp.com\\\/controlling-caches-within-wordpress-hosting\",\"name\":\"Controlling caches within WordPress Hosting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/kb.34sp.com\\\/#website\"},\"datePublished\":\"2021-09-20T07:19:11+00:00\",\"dateModified\":\"2023-08-30T08:44:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/kb.34sp.com\\\/controlling-caches-within-wordpress-hosting#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/kb.34sp.com\\\/controlling-caches-within-wordpress-hosting\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/kb.34sp.com\\\/controlling-caches-within-wordpress-hosting#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/kb.34sp.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Controlling caches within WordPress Hosting\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/kb.34sp.com\\\/#website\",\"url\":\"https:\\\/\\\/kb.34sp.com\\\/\",\"name\":\"\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/kb.34sp.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/kb.34sp.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/kb.34sp.com\\\/#organization\",\"name\":\"34SP.com Limited\",\"url\":\"https:\\\/\\\/kb.34sp.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/kb.34sp.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/kb.34sp.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/34sp-logo-horizontal-blue.png\",\"contentUrl\":\"https:\\\/\\\/kb.34sp.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/34sp-logo-horizontal-blue.png\",\"width\":3000,\"height\":1286,\"caption\":\"34SP.com Limited\"},\"image\":{\"@id\":\"https:\\\/\\\/kb.34sp.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/34SPWebsiteHosts\\\/\",\"https:\\\/\\\/x.com\\\/34sp\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/kb.34sp.com\\\/#\\\/schema\\\/person\\\/daa527106d35aab27ee3d39e12112172\",\"name\":\"Kayleigh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cee8c3564bca088c8f3300447726634e7e34d11b2002b3de29996ba4da754343?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cee8c3564bca088c8f3300447726634e7e34d11b2002b3de29996ba4da754343?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cee8c3564bca088c8f3300447726634e7e34d11b2002b3de29996ba4da754343?s=96&d=mm&r=g\",\"caption\":\"Kayleigh\"},\"description\":\"As part of the Customer Experience team, Kayleigh ensures that all of our customers get the highest quality of service. Kayleigh started with 34SP in 2014 and is one of our WordPress experts. Kayleigh provides all of our support staff with ongoing training and works to improve their knowledge across a broad range of subjects.\",\"sameAs\":[\"https:\\\/\\\/www.34SP.com\",\"https:\\\/\\\/www.facebook.com\\\/34SPWebsiteHosts\",\"https:\\\/\\\/www.instagram.com\\\/34sp\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/34sp.com\",\"https:\\\/\\\/www.pinterest.co.uk\\\/34SP\",\"https:\\\/\\\/x.com\\\/34sp\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/34SPcomLtd\"],\"url\":\"https:\\\/\\\/kb.34sp.com\\\/author\\\/wp7ctmdod3qm\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Controlling caches within WordPress 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.34sp.com/kb\/controlling-caches-within-wordpress-hosting","og_locale":"en_US","og_type":"article","og_title":"Controlling caches within WordPress Hosting","og_description":"Applies to:WordPress Hosting Introduction Caching allows resource intensive tasks such as generating a page or running complex queries to be stored temporarily so they are not done on every page...","og_url":"https:\/\/www.34sp.com/kb\/controlling-caches-within-wordpress-hosting","article_publisher":"https:\/\/www.facebook.com\/34SPWebsiteHosts\/","article_author":"https:\/\/www.facebook.com\/34SPWebsiteHosts","article_published_time":"2021-09-20T07:19:11+00:00","article_modified_time":"2023-08-30T08:44:20+00:00","og_image":[{"width":3000,"height":1286,"url":"https:\/\/www.34sp.com\/kb\/wp-content\/uploads\/2022\/06\/34sp-logo-horizontal-blue.png","type":"image\/png"}],"author":"Kayleigh","twitter_card":"summary_large_image","twitter_creator":"@34sp","twitter_site":"@34sp","twitter_misc":{"Written by":"Kayleigh","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.34sp.com/kb\/controlling-caches-within-wordpress-hosting#article","isPartOf":{"@id":"https:\/\/www.34sp.com/kb\/controlling-caches-within-wordpress-hosting"},"author":{"name":"Kayleigh","@id":"https:\/\/www.34sp.com/kb\/#\/schema\/person\/daa527106d35aab27ee3d39e12112172"},"headline":"Controlling caches within WordPress Hosting","datePublished":"2021-09-20T07:19:11+00:00","dateModified":"2023-08-30T08:44:20+00:00","mainEntityOfPage":{"@id":"https:\/\/www.34sp.com/kb\/controlling-caches-within-wordpress-hosting"},"wordCount":820,"publisher":{"@id":"https:\/\/www.34sp.com/kb\/#organization"},"articleSection":["Professional Hosting"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.34sp.com/kb\/controlling-caches-within-wordpress-hosting","url":"https:\/\/www.34sp.com/kb\/controlling-caches-within-wordpress-hosting","name":"Controlling caches within WordPress Hosting","isPartOf":{"@id":"https:\/\/www.34sp.com/kb\/#website"},"datePublished":"2021-09-20T07:19:11+00:00","dateModified":"2023-08-30T08:44:20+00:00","breadcrumb":{"@id":"https:\/\/www.34sp.com/kb\/controlling-caches-within-wordpress-hosting#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.34sp.com/kb\/controlling-caches-within-wordpress-hosting"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.34sp.com/kb\/controlling-caches-within-wordpress-hosting#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.34sp.com/kb\/"},{"@type":"ListItem","position":2,"name":"Controlling caches within WordPress Hosting"}]},{"@type":"WebSite","@id":"https:\/\/www.34sp.com/kb\/#website","url":"https:\/\/www.34sp.com/kb\/","name":"","description":"","publisher":{"@id":"https:\/\/www.34sp.com/kb\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.34sp.com/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.34sp.com/kb\/#organization","name":"34SP.com Limited","url":"https:\/\/www.34sp.com/kb\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.34sp.com/kb\/#\/schema\/logo\/image\/","url":"https:\/\/www.34sp.com/kb\/wp-content\/uploads\/2022\/06\/34sp-logo-horizontal-blue.png","contentUrl":"https:\/\/www.34sp.com/kb\/wp-content\/uploads\/2022\/06\/34sp-logo-horizontal-blue.png","width":3000,"height":1286,"caption":"34SP.com Limited"},"image":{"@id":"https:\/\/www.34sp.com/kb\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/34SPWebsiteHosts\/","https:\/\/x.com\/34sp"]},{"@type":"Person","@id":"https:\/\/www.34sp.com/kb\/#\/schema\/person\/daa527106d35aab27ee3d39e12112172","name":"Kayleigh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/cee8c3564bca088c8f3300447726634e7e34d11b2002b3de29996ba4da754343?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/cee8c3564bca088c8f3300447726634e7e34d11b2002b3de29996ba4da754343?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cee8c3564bca088c8f3300447726634e7e34d11b2002b3de29996ba4da754343?s=96&d=mm&r=g","caption":"Kayleigh"},"description":"As part of the Customer Experience team, Kayleigh ensures that all of our customers get the highest quality of service. Kayleigh started with 34SP in 2014 and is one of our WordPress experts. Kayleigh provides all of our support staff with ongoing training and works to improve their knowledge across a broad range of subjects.","sameAs":["https:\/\/www.34SP.com","https:\/\/www.facebook.com\/34SPWebsiteHosts","https:\/\/www.instagram.com\/34sp\/","https:\/\/www.linkedin.com\/company\/34sp.com","https:\/\/www.pinterest.co.uk\/34SP","https:\/\/x.com\/34sp","https:\/\/www.youtube.com\/c\/34SPcomLtd"],"url":"https:\/\/www.34sp.com/kb\/author\/wp7ctmdod3qm"}]}},"_links":{"self":[{"href":"https:\/\/www.34sp.com/kb\/wp-json\/wp\/v2\/posts\/1331","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.34sp.com/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.34sp.com/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.34sp.com/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.34sp.com/kb\/wp-json\/wp\/v2\/comments?post=1331"}],"version-history":[{"count":3,"href":"https:\/\/www.34sp.com/kb\/wp-json\/wp\/v2\/posts\/1331\/revisions"}],"predecessor-version":[{"id":2126,"href":"https:\/\/www.34sp.com/kb\/wp-json\/wp\/v2\/posts\/1331\/revisions\/2126"}],"wp:attachment":[{"href":"https:\/\/www.34sp.com/kb\/wp-json\/wp\/v2\/media?parent=1331"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.34sp.com/kb\/wp-json\/wp\/v2\/categories?post=1331"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.34sp.com/kb\/wp-json\/wp\/v2\/tags?post=1331"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}