{"id":895,"date":"2020-12-10T17:33:39","date_gmt":"2020-12-10T17:33:39","guid":{"rendered":"https:\/\/ccbill.com\/kb\/?p=895"},"modified":"2023-03-07T11:21:49","modified_gmt":"2023-03-07T11:21:49","slug":"wordpress-clear-cache","status":"publish","type":"post","link":"https:\/\/ccbill.com\/kb\/wordpress-clear-cache","title":{"rendered":"How to Clear Cache in WordPress"},"content":{"rendered":"\n<p class=\"h3\">Introduction<\/p>\n\n\n\n<p>The loading speed of an e-commerce website directly affects sales and other key performance indicators. Caching websites, both browser-side and server-side, significantly reduces the time it takes to load a page.<\/p>\n\n\n\n<p>Despite the clear benefits, caching can prevent customers from seeing the latest page adjustments. To ensure your customers always have access to up-to-date content, you need to clear your cache regularly.<\/p>\n\n\n\n<p><strong>Learn how to clear your WordPress cache using some of the most popular caching plugins.<\/strong><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"400\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-clear-cache-in-wordpress.png\" alt=\"Clearing the Cache of a WordPress website.\" class=\"wp-image-896\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-clear-cache-in-wordpress.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-clear-cache-in-wordpress-300x150.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-clear-cache-in-wordpress-768x384.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\">Types of Caching<\/h2>\n\n\n\n<p>Caching the HTML data in the customer\u2019s browser and caching static content on the server speeds up the process considerably. Browsers can display the page directly from its cache.<\/p>\n\n\n\n<p>When a customer visits a website:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The server the website is hosted on gets a request to display the page.<\/li>\n\n\n\n<li>The server retrieves and sends the requested data in an HTML file to the customer\u2019s browser.<\/li>\n\n\n\n<li>The browser renders the HTML file and presents the content to the customer.<\/li>\n<\/ul>\n\n\n\n<p>Retrieving and sending the entire HTML file each time the customer visits the same page would waste valuable resources.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Clearing Browser-Side Cashing<\/h3>\n\n\n\n<p>Storing HTML code within the browser is called <strong>browser-side caching<\/strong>. All major browsers allow manual cache clearing. <\/p>\n\n\n\n<p>For example, to clear the cache in <strong>Firefox<\/strong>:<\/p>\n\n\n\n<p>1. Open the browser and press <strong>Ctrl-Shift-Del<\/strong>.<\/p>\n\n\n\n<p>2. Define a time range to clear using the drop-down menu and check the box next to <strong>Cache<\/strong>. <\/p>\n\n\n\n<p>3. Click <strong>OK<\/strong> and reload the website.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"391\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/clear-browser-side-cache-firefox.png\" alt=\"Steps to clear the cache in Firefox.\" class=\"wp-image-899\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/clear-browser-side-cache-firefox.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/clear-browser-side-cache-firefox-300x147.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/clear-browser-side-cache-firefox-768x375.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>To clear the cache in <strong>Chrome<\/strong>:<\/p>\n\n\n\n<p>1. While the browser is open, press <strong>Ctrl-Shift-Del<\/strong>.<\/p>\n\n\n\n<p>2. Check the <strong>Cached images and files<\/strong> box and set the time range. <\/p>\n\n\n\n<p>3. Click <strong>Clear data<\/strong> and reload the website.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"398\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/clear-browser-side-cache-chrome.png\" alt=\"Steps to clear the cache in Chrome.\" class=\"wp-image-900\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/clear-browser-side-cache-chrome.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/clear-browser-side-cache-chrome-300x149.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/clear-browser-side-cache-chrome-768x382.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>To clear the cache in <strong>Safari,<\/strong> press <strong>Cmd+Alt+E<\/strong> and reload the page.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How to Clear Server-Side Caching in WordPress<\/h3>\n\n\n\n<p>A server-side cache stores static website elements to increase page loading speeds. The server no longer needs to access the slower underlying storage layer when retrieving data.<\/p>\n\n\n\n<p>If you modified your website, the caching system might not register the changes immediately. The discrepancy between the updated website and the old cached version prevents the website from working correctly.<\/p>\n\n\n\n<p>It is vital to clear the server-side cache after:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Updating or installing themes and plugins.<\/li>\n\n\n\n<li>Making changes to website content or design.<\/li>\n\n\n\n<li>Migrating to a new web host.<\/li>\n<\/ul>\n\n\n\n<p>The easiest way to clear the server-side cache for your WordPress website is by using a caching plugin.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Popular WordPress Caching Plugins<\/h2>\n\n\n\n<p>There are thousands of WordPress plugins that handle caching, image, and SEO optimization. The plugins also contain a host of other features that improve page loading speeds.<\/p>\n\n\n\n<p>Plugins are easy to install, and you can test several options before committing to a single solution. The focus should be on the ease of use and the level of automation a plugin can offer. This article introduces the <strong>most popular and free caching plugins<\/strong>. <\/p>\n\n\n\n<p>Install and activate one of the listed plugins and use the instructions to clear your WordPress cache.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Clear Cache in WordPress with W3 Total Cache Plugin<\/h3>\n\n\n\n<p>Once you have installed and activated the <strong>W3 Total Cache<\/strong> plugin:<\/p>\n\n\n\n<p>1. Expand the <strong>Performance<\/strong> menu. <\/p>\n\n\n\n<p>2. Select the <strong>Dashboard<\/strong> option.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"430\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/w3-total-cache-plugin-clear-cache.png\" alt=\"Steps to clear WordPress cache using the W3 Total Cache plugin.\" class=\"wp-image-903\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/w3-total-cache-plugin-clear-cache.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/w3-total-cache-plugin-clear-cache-300x161.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/w3-total-cache-plugin-clear-cache-768x413.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>3. Click <strong>empty all caches<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"800\" height=\"260\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/total-cache-empty-all-caches-wordpress.png\" alt=\"How to empty all caches in W3 Total Cache plugin.\" class=\"wp-image-904\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/total-cache-empty-all-caches-wordpress.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/total-cache-empty-all-caches-wordpress-300x98.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/total-cache-empty-all-caches-wordpress-768x250.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>Check if the changes are visible by reloading your website. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Clear Cache in WordPress with WP Super Cache<\/h3>\n\n\n\n<p>To clear your cache using <strong>WP Super Cache<\/strong>:<\/p>\n\n\n\n<p>1. Open the <strong>Settings<\/strong> menu.<\/p>\n\n\n\n<p>2. Select the <strong>WP Super Cache<\/strong> option. <\/p>\n\n\n\n<p>3. Click <strong>Delete Cache<\/strong>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"433\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/wp-super-cache-clear-cache-wordpress.png\" alt=\"Steps to clear cache in WordPress using Super Cache plugin.\" class=\"wp-image-906\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/wp-super-cache-clear-cache-wordpress.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/wp-super-cache-clear-cache-wordpress-300x162.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/wp-super-cache-clear-cache-wordpress-768x416.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>Browsers are now able to load the latest version of your website.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Clear Cache in WordPress with Fastest Cache<\/h3>\n\n\n\n<p>After installing the Fastest Cache plugin, a <strong>Delete Cache<\/strong> option appears in your WordPress admin.<\/p>\n\n\n\n<p>Choose between two options:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Clear All Cache <\/strong>- removes all cache files from the website.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Clear All Cache and Minified CSS\/JS <\/strong>- removes all cache files as well as minified files.<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"313\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/clear-cache-fastest-cache-wordpress.png\" alt=\"Instructions to clear WordPress cache with Fastest Cache.\" class=\"wp-image-908\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/clear-cache-fastest-cache-wordpress.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/clear-cache-fastest-cache-wordpress-300x117.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/clear-cache-fastest-cache-wordpress-768x300.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>Regardless of the option you use, reload the webpage to confirm that the changes are reflected on the site.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Clear Cache in WordPress with Autoptimize<\/h3>\n\n\n\n<p>When you install and activate the Autoptimize caching plugin, an&nbsp;<strong>Autoptimize<\/strong>&nbsp;tab appears in the WordPress dashboard. <\/p>\n\n\n\n<p>Placing your pointer over this tab displays general cache information such as the size and number of cached files.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"372\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/autoptimize-delete-cache-wordpress.png\" alt=\"Clearing cache in WordPress using the Autoptimize plugin.\" class=\"wp-image-909\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/autoptimize-delete-cache-wordpress.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/autoptimize-delete-cache-wordpress-300x140.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/autoptimize-delete-cache-wordpress-768x357.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>The <strong>Delete Cache<\/strong> option clears the cache with one click.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Clear Cache in WordPress with Cachify<\/h3>\n\n\n\n<p>Installing and activating the <strong>Cachify<\/strong> plugin introduces a new option in your WordPress admin bar. <\/p>\n\n\n\n<p>A. Click the <strong>Flush site cache<\/strong> button in the top right corner to instantly clear your cache.<\/p>\n\n\n\n<p>B. Alternatively, select <strong>Cachify<\/strong> in the <em>Settings<\/em> menu and click the <strong>Flush cache now<\/strong> button.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"423\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/flush-site-cache-cachify-wordpress.png\" alt=\"Two ways to clear WordPress cache using the Cachify plugin.\" class=\"wp-image-910\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/flush-site-cache-cachify-wordpress.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/flush-site-cache-cachify-wordpress-300x159.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/flush-site-cache-cachify-wordpress-768x406.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>Remember to reload your website to see if the changes are now visible.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Clear Cache in WordPress with Comet Cache<\/h3>\n\n\n\n<p>To clear the cache manually with Comet Cache:<\/p>\n\n\n\n<p>1. Click <strong>Comet Cache<\/strong> in the WordPress Dashboard. &nbsp; <\/p>\n\n\n\n<p>2. Select the <strong>Clear<\/strong> button in the top right corner of the screen.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"373\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/clear-cache-comet-cache-wordpress.png\" alt=\"Steps to clear cache in WordPress using Comet Cache.\" class=\"wp-image-911\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/clear-cache-comet-cache-wordpress.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/clear-cache-comet-cache-wordpress-300x140.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/clear-cache-comet-cache-wordpress-768x358.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>The Comet Cache plugin clears cached files of edited or deleted pages by default. This feature automates and streamlines the cache clearing process.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Clear Cache in WordPress with Simple Cache<\/h3>\n\n\n\n<p>There are two ways to clear the cache with Simple Cache: <\/p>\n\n\n\n<p>A. Use the <strong>Purge Cache<\/strong> option in the WordPress admin bar.<\/p>\n\n\n\n<p>B. Access <strong>Simple Cache<\/strong> from the <em>Settings<\/em> menu and click <strong>Purge Cache<\/strong>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"364\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/simple-cache-purge-cache-wordpress.png\" alt=\"Two ways to clear the cache in WordPress using the Simple Cache plugin.\" class=\"wp-image-913\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/simple-cache-purge-cache-wordpress.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/simple-cache-purge-cache-wordpress-300x137.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/simple-cache-purge-cache-wordpress-768x349.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>By purging the cache, a previously unresponsive site displays up-to-date content.<\/p>\n\n\n\n<p class=\"h3\">Conclusion<\/p>\n\n\n\n<p>By following the instructions in this article, you have successfully cleared your cache in WordPress and learned how to clear the browser-side cache. <\/p>\n\n\n\n<p>Caching plugins offer a lot of additional features that help you simplify and automate the caching process. Use them to decrease loading times and enhance the speed and performance of your WordPress website.<\/p>\n\n\n\n<p>If you are worried about security on your WordPress website, check out our guide on how to quickly secure your website with <a href=\"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress\" target=\"_blank\" rel=\"noreferrer noopener\">two-factor authentication for WordPress<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The article explains how to clear both browser-side and server-side caching. It also shows how to clear the cache in WordPress using 7 different caching plugins.<\/p>\n","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[14,15],"tags":[],"class_list":["post-895","post","type-post","status-publish","format-standard","hentry","category-web-development","category-wordpress"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Clear Cache in WordPress {Step-by-Step Guide}<\/title>\n<meta name=\"description\" content=\"Find out how to clear your WordPress cache in no time by using the 7 most popular and free caching plugins.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ccbill.com\/kb\/wordpress-clear-cache\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Clear Cache in WordPress {Step-by-Step Guide}\" \/>\n<meta property=\"og:description\" content=\"Find out how to clear your WordPress cache in no time by using the 7 most popular and free caching plugins.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ccbill.com\/kb\/wordpress-clear-cache\" \/>\n<meta property=\"og:site_name\" content=\"CCBill Knowledge Base\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ccbillBIZ\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-12-10T17:33:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-07T11:21:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-clear-cache-in-wordpress.png\" \/>\n<meta name=\"author\" content=\"Vladimir Kaplarevic\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@CCBillBIZ\" \/>\n<meta name=\"twitter:site\" content=\"@CCBillBIZ\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Vladimir Kaplarevic\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/ccbill.com\/kb\/wordpress-clear-cache#article\",\"isPartOf\":{\"@id\":\"https:\/\/ccbill.com\/kb\/wordpress-clear-cache\"},\"author\":{\"name\":\"Vladimir Kaplarevic\",\"@id\":\"https:\/\/ccbill.com\/kb\/#\/schema\/person\/1f198b1218f6343a2682022ac4395644\"},\"headline\":\"How to Clear Cache in WordPress\",\"datePublished\":\"2020-12-10T17:33:39+00:00\",\"dateModified\":\"2023-03-07T11:21:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/ccbill.com\/kb\/wordpress-clear-cache\"},\"wordCount\":962,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/ccbill.com\/kb\/#organization\"},\"image\":{\"@id\":\"https:\/\/ccbill.com\/kb\/wordpress-clear-cache#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-clear-cache-in-wordpress.png\",\"articleSection\":[\"Web Development\",\"WordPress Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/ccbill.com\/kb\/wordpress-clear-cache#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ccbill.com\/kb\/wordpress-clear-cache\",\"url\":\"https:\/\/ccbill.com\/kb\/wordpress-clear-cache\",\"name\":\"How to Clear Cache in WordPress {Step-by-Step Guide}\",\"isPartOf\":{\"@id\":\"https:\/\/ccbill.com\/kb\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ccbill.com\/kb\/wordpress-clear-cache#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ccbill.com\/kb\/wordpress-clear-cache#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-clear-cache-in-wordpress.png\",\"datePublished\":\"2020-12-10T17:33:39+00:00\",\"dateModified\":\"2023-03-07T11:21:49+00:00\",\"description\":\"Find out how to clear your WordPress cache in no time by using the 7 most popular and free caching plugins.\",\"breadcrumb\":{\"@id\":\"https:\/\/ccbill.com\/kb\/wordpress-clear-cache#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ccbill.com\/kb\/wordpress-clear-cache\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ccbill.com\/kb\/wordpress-clear-cache#primaryimage\",\"url\":\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-clear-cache-in-wordpress.png\",\"contentUrl\":\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-clear-cache-in-wordpress.png\",\"width\":800,\"height\":400,\"caption\":\"Clearing the Cache of a WordPress website.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ccbill.com\/kb\/wordpress-clear-cache#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"KB Home\",\"item\":\"https:\/\/ccbill.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WordPress Tutorials\",\"item\":\"https:\/\/ccbill.com\/kb\/category\/wordpress\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Clear Cache in WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ccbill.com\/kb\/#website\",\"url\":\"https:\/\/ccbill.com\/kb\/\",\"name\":\"CCBill Knowledge Base\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/ccbill.com\/kb\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ccbill.com\/kb\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ccbill.com\/kb\/#organization\",\"name\":\"CCBill\",\"url\":\"https:\/\/ccbill.com\/kb\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ccbill.com\/kb\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/10\/ccbill-logo.png\",\"contentUrl\":\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/10\/ccbill-logo.png\",\"width\":160,\"height\":70,\"caption\":\"CCBill\"},\"image\":{\"@id\":\"https:\/\/ccbill.com\/kb\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/ccbillBIZ\/\",\"https:\/\/x.com\/CCBillBIZ\",\"https:\/\/www.linkedin.com\/company\/ccbill\",\"https:\/\/www.youtube.com\/c\/CCBillBiz\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/ccbill.com\/kb\/#\/schema\/person\/1f198b1218f6343a2682022ac4395644\",\"name\":\"Vladimir Kaplarevic\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ccbill.com\/kb\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cc08885e8fec32585bae8a0f5a1aef92f8c8c4fc33692e74e0ec2e63633d2478?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cc08885e8fec32585bae8a0f5a1aef92f8c8c4fc33692e74e0ec2e63633d2478?s=96&d=mm&r=g\",\"caption\":\"Vladimir Kaplarevic\"},\"description\":\"Vladimir is a resident Tech Writer at CCBill. He has more than 8 years of experience in implementing e-commerce and online payment solutions with various global IT services providers. His engaging writing style provides practical advice and aims to spark curiosity for innovative technologies.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Clear Cache in WordPress {Step-by-Step Guide}","description":"Find out how to clear your WordPress cache in no time by using the 7 most popular and free caching plugins.","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:\/\/ccbill.com\/kb\/wordpress-clear-cache","og_locale":"en_US","og_type":"article","og_title":"How to Clear Cache in WordPress {Step-by-Step Guide}","og_description":"Find out how to clear your WordPress cache in no time by using the 7 most popular and free caching plugins.","og_url":"https:\/\/ccbill.com\/kb\/wordpress-clear-cache","og_site_name":"CCBill Knowledge Base","article_publisher":"https:\/\/www.facebook.com\/ccbillBIZ\/","article_published_time":"2020-12-10T17:33:39+00:00","article_modified_time":"2023-03-07T11:21:49+00:00","og_image":[{"url":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-clear-cache-in-wordpress.png","type":"","width":"","height":""}],"author":"Vladimir Kaplarevic","twitter_card":"summary_large_image","twitter_creator":"@CCBillBIZ","twitter_site":"@CCBillBIZ","twitter_misc":{"Written by":"Vladimir Kaplarevic","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ccbill.com\/kb\/wordpress-clear-cache#article","isPartOf":{"@id":"https:\/\/ccbill.com\/kb\/wordpress-clear-cache"},"author":{"name":"Vladimir Kaplarevic","@id":"https:\/\/ccbill.com\/kb\/#\/schema\/person\/1f198b1218f6343a2682022ac4395644"},"headline":"How to Clear Cache in WordPress","datePublished":"2020-12-10T17:33:39+00:00","dateModified":"2023-03-07T11:21:49+00:00","mainEntityOfPage":{"@id":"https:\/\/ccbill.com\/kb\/wordpress-clear-cache"},"wordCount":962,"commentCount":0,"publisher":{"@id":"https:\/\/ccbill.com\/kb\/#organization"},"image":{"@id":"https:\/\/ccbill.com\/kb\/wordpress-clear-cache#primaryimage"},"thumbnailUrl":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-clear-cache-in-wordpress.png","articleSection":["Web Development","WordPress Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ccbill.com\/kb\/wordpress-clear-cache#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ccbill.com\/kb\/wordpress-clear-cache","url":"https:\/\/ccbill.com\/kb\/wordpress-clear-cache","name":"How to Clear Cache in WordPress {Step-by-Step Guide}","isPartOf":{"@id":"https:\/\/ccbill.com\/kb\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ccbill.com\/kb\/wordpress-clear-cache#primaryimage"},"image":{"@id":"https:\/\/ccbill.com\/kb\/wordpress-clear-cache#primaryimage"},"thumbnailUrl":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-clear-cache-in-wordpress.png","datePublished":"2020-12-10T17:33:39+00:00","dateModified":"2023-03-07T11:21:49+00:00","description":"Find out how to clear your WordPress cache in no time by using the 7 most popular and free caching plugins.","breadcrumb":{"@id":"https:\/\/ccbill.com\/kb\/wordpress-clear-cache#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ccbill.com\/kb\/wordpress-clear-cache"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ccbill.com\/kb\/wordpress-clear-cache#primaryimage","url":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-clear-cache-in-wordpress.png","contentUrl":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-clear-cache-in-wordpress.png","width":800,"height":400,"caption":"Clearing the Cache of a WordPress website."},{"@type":"BreadcrumbList","@id":"https:\/\/ccbill.com\/kb\/wordpress-clear-cache#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"KB Home","item":"https:\/\/ccbill.com\/kb\/"},{"@type":"ListItem","position":2,"name":"WordPress Tutorials","item":"https:\/\/ccbill.com\/kb\/category\/wordpress"},{"@type":"ListItem","position":3,"name":"How to Clear Cache in WordPress"}]},{"@type":"WebSite","@id":"https:\/\/ccbill.com\/kb\/#website","url":"https:\/\/ccbill.com\/kb\/","name":"CCBill Knowledge Base","description":"","publisher":{"@id":"https:\/\/ccbill.com\/kb\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ccbill.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ccbill.com\/kb\/#organization","name":"CCBill","url":"https:\/\/ccbill.com\/kb\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ccbill.com\/kb\/#\/schema\/logo\/image\/","url":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/10\/ccbill-logo.png","contentUrl":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/10\/ccbill-logo.png","width":160,"height":70,"caption":"CCBill"},"image":{"@id":"https:\/\/ccbill.com\/kb\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/ccbillBIZ\/","https:\/\/x.com\/CCBillBIZ","https:\/\/www.linkedin.com\/company\/ccbill","https:\/\/www.youtube.com\/c\/CCBillBiz"]},{"@type":"Person","@id":"https:\/\/ccbill.com\/kb\/#\/schema\/person\/1f198b1218f6343a2682022ac4395644","name":"Vladimir Kaplarevic","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ccbill.com\/kb\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cc08885e8fec32585bae8a0f5a1aef92f8c8c4fc33692e74e0ec2e63633d2478?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cc08885e8fec32585bae8a0f5a1aef92f8c8c4fc33692e74e0ec2e63633d2478?s=96&d=mm&r=g","caption":"Vladimir Kaplarevic"},"description":"Vladimir is a resident Tech Writer at CCBill. He has more than 8 years of experience in implementing e-commerce and online payment solutions with various global IT services providers. His engaging writing style provides practical advice and aims to spark curiosity for innovative technologies."}]}},"_links":{"self":[{"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/posts\/895","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/comments?post=895"}],"version-history":[{"count":20,"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/posts\/895\/revisions"}],"predecessor-version":[{"id":4843,"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/posts\/895\/revisions\/4843"}],"wp:attachment":[{"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/media?parent=895"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/categories?post=895"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/tags?post=895"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}