{"id":383539,"date":"2023-08-09T06:50:04","date_gmt":"2023-08-09T06:50:04","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=383539"},"modified":"2024-06-27T06:00:32","modified_gmt":"2024-06-27T06:00:32","slug":"how-to-check-default-cache-is-working-in-magento2","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/","title":{"rendered":"How to check default cache is working in Magento 2?"},"content":{"rendered":"\n<p>Now, we will learn how we can find that Magento 2 default cache is working fine on our website.<br><br><strong>Default<\/strong> <strong>Cache Types in Magento 2:<\/strong> Magento 2 has the following default cache types:<\/p>\n\n\n\n<p>(i) Layout<br>(ii) Block HTML output<br>(iii) Page cache<br>(iv) Translations<br><br>The above cache types mostly impact the frontend <a href=\"https:\/\/webkul.com\/magento-development\/\">development process<\/a>.<\/p>\n\n\n\n<p>(v) Configuration<\/p>\n\n\n\n<p>(vi) Collections data<br>(vii) DDL<br>(viii) Compiled Config<br>(ix) Entity attribute value (EAV)<br>(x) Reflection<br>(xi) Integration configuration<br>(xii) Integration API configuration<br>(xiii) Web services configuration<br>(xiv) Customer Notification<\/p>\n\n\n\n<p>For detailed information about cache types, check Magento 2 documentation Manage the cache.<\/p>\n\n\n\n<p><strong>How to check default cache is working?<\/strong><\/p>\n\n\n\n<p>In <a href=\"https:\/\/store.webkul.com\/Magento2-Admin-Login-As-Vendor.html\">Magento 2 Admin<\/a> section, Navigate to <strong>System -> Tools -> Cache Management<\/strong> Page.<br>Now, follow the below steps:<\/p>\n\n\n\n<p><strong>1.<\/strong> Select All the cache types and choose <strong>Enable<\/strong> option from the dropdown and click on <strong>Submit<\/strong> button.<br>After performing this action, all default <strong>cache types will be enabled<\/strong>. Refer to the below image:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" width=\"1200\" height=\"617\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-26-51-1200x617.png\" alt=\"Magento2 cache\" class=\"wp-image-383543\" style=\"width:820px;height:421px\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-26-51-1200x617.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-26-51-300x154.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-26-51-250x129.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-26-51-768x395.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-26-51.png 1305w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><figcaption class=\"wp-element-caption\">Magento 2 Admin Cache Management Page<\/figcaption><\/figure>\n\n\n\n<p>You can also <strong>enable the default cache type<\/strong> by using the following command:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">php bin\/magento cache:enable <\/pre>\n\n\n\n<p><strong>2.<\/strong> If cache types are <strong>already enabled<\/strong>, then <strong>skip step 1<\/strong>. And choose the <strong>Refresh<\/strong> option from the dropdown and click on <strong>Submit<\/strong>.<\/p>\n\n\n\n<p>OR Click on the &#8216;<strong>Flush Magento Cache<\/strong>&#8216; button which is available on the top right side on the same page.<\/p>\n\n\n\n<p>It will flush Magento 2 cache storage and prepare it for testing.<\/p>\n\n\n\n<p><strong>3.<\/strong> After flushing the cache, go to <a href=\"https:\/\/store.webkul.com\/Magento-2.html\">Magento 2 store<\/a> website and perform some actions, for example: search for some products, add products to the cart, change some configurations at the admin end, etc.<\/p>\n\n\n\n<p><strong>4.<\/strong> After performing some action, navigate to Cache Management Page at the admin end. And check the status of each cache type in the grid.<\/p>\n\n\n\n<p>If the Magento 2 default cache is working fine, then the status should change from &#8220;Invalidated&#8221; to &#8220;Enabled&#8221;.<\/p>\n\n\n\n<p>It indicates that the default cache is storing and retrieving data correctly.<\/p>\n\n\n\n<p>If any cache type shows a status other than &#8220;Enabled&#8221;, then there might be an issue with that specific cache.<\/p>\n\n\n\n<p>In such cases, you can try disabling and re-enabling the cache types, and then flush the cache again to see if it resolves the issue.<\/p>\n\n\n\n<p>You can also <strong>disable a specific cache type<\/strong> by using the following command:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">php bin\/magento cache:disable &lt;cache_type> <\/pre>\n\n\n\n<p>To <strong>disable all cache types<\/strong>, use the following command:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">php bin\/magento cache:disable <\/pre>\n\n\n\n<p>Apart from the above method, you can also check the<strong> &lt;magento-root-dir.>\/var\/cache\/<\/strong> directory on your server.<\/p>\n\n\n\n<p>If the default cache is working fine, you will see new cache files are being created in this directory.<br>Refer to the below images:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" width=\"1200\" height=\"588\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-08-18-1200x588.png\" alt=\"Magento2 cache\" class=\"wp-image-383544\" style=\"width:820px;height:401px\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-08-18-1200x588.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-08-18-300x147.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-08-18-250x122.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-08-18-768x376.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-08-18.png 1313w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><figcaption class=\"wp-element-caption\">Magento 2 var\/cache\/ directory<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" width=\"1200\" height=\"677\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-07-44-1200x677.png\" alt=\"Magento2 cache\" class=\"wp-image-383545\" style=\"width:820px;height:462px\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-07-44-1200x677.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-07-44-300x169.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-07-44-250x141.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-07-44-768x434.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-07-44.png 1309w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><figcaption class=\"wp-element-caption\">Magento 2 var\/cache\/mage&#8211;tags directory<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"686\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-08-05-1200x686.png\" alt=\"Magento2 cache\" class=\"wp-image-383546\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-08-05-1200x686.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-08-05-300x172.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-08-05-250x143.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-08-05-768x439.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-08-05.png 1308w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><figcaption class=\"wp-element-caption\">Magento 2 var\/cache\/mage&#8211;e directory<\/figcaption><\/figure>\n\n\n\n<p>There are a lot of directories in there (named like mage&#8211;0, mage&#8211;1, mage&#8211;2, mage&#8211;a etc.) and each directory has the cache files.<\/p>\n\n\n\n<p>Execute the following <strong>command to list all files<\/strong>:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">ls var\/cache\/mage*\/*<\/pre>\n\n\n\n<p>Let&#8217;s understand about <strong>Configuration<\/strong> And <strong>Layout<\/strong> cache types files:<br><br><strong>1. Configuration cache type files: <\/strong>In the <em>&lt;magento-root-dir.>\/var\/cache\/mage&#8211;*\/<\/em> directory, it contains configuration cache types files. <\/p>\n\n\n\n<p>It varied on configuration updates. In your <em>&lt;magento-root-dir.>\/pub\/errors\/local.xml<\/em> and all <strong>config.xml<\/strong> files (which are available in each module&#8217;s <strong>etc<\/strong> directory) are combined together to make one big configuration object. <\/p>\n\n\n\n<p>Then, Magento 2 reads from the <strong>core_config_data<\/strong> table to update the configuration object. Then the configuration is written to a cache file and cached in the cache directory and next time, when a request is made, it doesn&#8217;t need to open a lot of config files and hit the database. <\/p>\n\n\n\n<p>It will get the information from the cache.<\/p>\n\n\n\n<p>To <strong>check configuration cache type files<\/strong>, execute the following command:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">ls var\/cache\/mage*\/*CONF*<\/pre>\n\n\n\n<p><strong>2. Layout <strong>cache type files:<\/strong><\/strong> It is like the configuration cache type. In your Magento 2 instance, all<strong> layout XML files<\/strong> are merged into one layout configuration object, and then cached in the cache directory.<br><br>To know more about caching terminology, refer to this <a href=\"https:\/\/experienceleague.adobe.com\/docs\/commerce-operations\/configuration-guide\/cache\/caching-overview.html?lang=en\" target=\"_blank\" rel=\"noreferrer noopener\">link<\/a>.<\/p>\n\n\n\n<p>If you want to check <strong>Full Page Caching<\/strong>, Please check this blog <a href=\"https:\/\/webkul.com\/blog\/how-to-check-page-is-loaded-from-cache-magento2\/\" target=\"_blank\" rel=\"noreferrer noopener\">How to check Page is loaded from the cache in Magento 2<\/a>.<\/p>\n\n\n\n<p>Hope this will be helpful.<\/p>\n\n\n\n<p>You can get more <a href=\"https:\/\/webkul.com\/blog\/\">Magento 2 Blogs<\/a> here.<\/p>\n\n\n\n<p>Thanks \ud83d\ude42<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Now, we will learn how we can find that Magento 2 default cache is working fine on our website. Default Cache Types in Magento 2: Magento 2 has the following default cache types: (i) Layout(ii) Block HTML output(iii) Page cache(iv) Translations The above cache types mostly impact the frontend development process. (v) Configuration (vi) Collections <a href=\"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":249,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9121,302],"tags":[14267,14266,14264,14265,2718],"class_list":["post-383539","post","type-post","status-publish","format-standard","hentry","category-magento-2","category-magento2","tag-full-page-caching","tag-how-to-check-magento-2-default-cache-is-working","tag-magento-2-cache","tag-magento-default-cache","tag-magento2-cache"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Check default cache is working in Magento 2<\/title>\n<meta name=\"description\" content=\"In this blog, we will learn how we can find that the Magento default cache is working fine on our website.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Check default cache is working in Magento 2\" \/>\n<meta property=\"og:description\" content=\"In this blog, we will learn how we can find that the Magento default cache is working fine on our website.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-09T06:50:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-06-27T06:00:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-26-51-1200x617.png\" \/>\n<meta name=\"author\" content=\"Khushboo Sahu\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Khushboo Sahu\" \/>\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:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/\"},\"author\":{\"name\":\"Khushboo Sahu\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/f94b8f53397bf85810761d76c98fadca\"},\"headline\":\"How to check default cache is working in Magento 2?\",\"datePublished\":\"2023-08-09T06:50:04+00:00\",\"dateModified\":\"2024-06-27T06:00:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/\"},\"wordCount\":679,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-26-51-1200x617.png\",\"keywords\":[\"Full Page Caching\",\"How to check magento 2 default cache is working\",\"Magento 2 Cache\",\"Magento Default Cache\",\"magento2 cache\"],\"articleSection\":[\"Magento 2\",\"Magento2\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/\",\"url\":\"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/\",\"name\":\"Check default cache is working in Magento 2\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-26-51-1200x617.png\",\"datePublished\":\"2023-08-09T06:50:04+00:00\",\"dateModified\":\"2024-06-27T06:00:32+00:00\",\"description\":\"In this blog, we will learn how we can find that the Magento default cache is working fine on our website.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-26-51.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-26-51.png\",\"width\":1305,\"height\":671,\"caption\":\"Screenshot-from-2023-05-25-12-26-51\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to check default cache is working in Magento 2?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/f94b8f53397bf85810761d76c98fadca\",\"name\":\"Khushboo Sahu\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cabac965df656d114e6bf340df07518c990eda03bb09265dbd5c17f1097adaae?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cabac965df656d114e6bf340df07518c990eda03bb09265dbd5c17f1097adaae?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"caption\":\"Khushboo Sahu\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/khushboo-sahu062\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Check default cache is working in Magento 2","description":"In this blog, we will learn how we can find that the Magento default cache is working fine on our website.","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:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/","og_locale":"en_US","og_type":"article","og_title":"Check default cache is working in Magento 2","og_description":"In this blog, we will learn how we can find that the Magento default cache is working fine on our website.","og_url":"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2023-08-09T06:50:04+00:00","article_modified_time":"2024-06-27T06:00:32+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-26-51-1200x617.png","type":"","width":"","height":""}],"author":"Khushboo Sahu","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Khushboo Sahu","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/"},"author":{"name":"Khushboo Sahu","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/f94b8f53397bf85810761d76c98fadca"},"headline":"How to check default cache is working in Magento 2?","datePublished":"2023-08-09T06:50:04+00:00","dateModified":"2024-06-27T06:00:32+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/"},"wordCount":679,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-26-51-1200x617.png","keywords":["Full Page Caching","How to check magento 2 default cache is working","Magento 2 Cache","Magento Default Cache","magento2 cache"],"articleSection":["Magento 2","Magento2"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/","url":"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/","name":"Check default cache is working in Magento 2","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-26-51-1200x617.png","datePublished":"2023-08-09T06:50:04+00:00","dateModified":"2024-06-27T06:00:32+00:00","description":"In this blog, we will learn how we can find that the Magento default cache is working fine on our website.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-26-51.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/Screenshot-from-2023-05-25-12-26-51.png","width":1305,"height":671,"caption":"Screenshot-from-2023-05-25-12-26-51"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/how-to-check-default-cache-is-working-in-magento2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to check default cache is working in Magento 2?"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/f94b8f53397bf85810761d76c98fadca","name":"Khushboo Sahu","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cabac965df656d114e6bf340df07518c990eda03bb09265dbd5c17f1097adaae?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cabac965df656d114e6bf340df07518c990eda03bb09265dbd5c17f1097adaae?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","caption":"Khushboo Sahu"},"url":"https:\/\/webkul.com\/blog\/author\/khushboo-sahu062\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/383539","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/249"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=383539"}],"version-history":[{"count":15,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/383539\/revisions"}],"predecessor-version":[{"id":450000,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/383539\/revisions\/450000"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=383539"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=383539"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=383539"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}