{"id":2835,"date":"2020-03-05T09:20:15","date_gmt":"2020-03-05T03:50:15","guid":{"rendered":"https:\/\/www.24x7serversupport.com\/blog\/?p=2835"},"modified":"2020-03-05T12:40:07","modified_gmt":"2020-03-05T07:10:07","slug":"how-to-validate-the-implementation-of-cache-for-site-analyzer","status":"publish","type":"post","link":"https:\/\/www.24x7serversupport.com\/blog\/how-to-validate-the-implementation-of-cache-for-site-analyzer\/","title":{"rendered":"How To Validate The Implementation Of Cache For Site Analyzer"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Site Analyzer vs mod_pagespeed<\/h2>\n\n\n\n<p>I will\nexplain to you how to manage to validate &#8221;&nbsp;<strong>the implementation of cache<\/strong>&nbsp;&#8221;\nby the&nbsp;<a href=\"https:\/\/www.site-analyzer.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Site Analyzer<\/a>&nbsp;tool&nbsp;.&nbsp;Whether\nyou use&nbsp;<a href=\"https:\/\/developers.google.com\/speed\/pagespeed\/module\/\" target=\"_blank\" rel=\"noreferrer noopener\">mod_pagespeed<\/a>&nbsp;or\nnot on apache in version 2.X.&nbsp;It is not necessarily THE objective, but it\ntakes an important part in the scoring.&nbsp;And all the other tools will also\nask you to validate this parameter.&nbsp;(for the impatient, the solution is at\nthe very end of the article).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Site Analyzer Paradox<\/h2>\n\n\n\n<p>Before\ncontinuing further on how to succeed, I want to warn you that doing this may\nslightly degrade your rating on&nbsp;<a href=\"https:\/\/developers.google.com\/speed\/pagespeed\/insights\/\" target=\"_blank\" rel=\"noreferrer noopener\">Page Speed \u200b\u200bInsights<\/a>&nbsp;\u2026\nOn the home page I&nbsp;<strong>lost\n20 points<\/strong>&nbsp;on average on mobile and desktop.&nbsp;On the\ncontent pages I only have a loss of 5\/6 points.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Cache-control the header so much sought<\/h2>\n\n\n\n<p>So, to\nfind out if you have cache on web resources (html, css, js, etc.) with apache\nnothing more simple.&nbsp;To do so, simply look at the headers returned by the\nwebsite&#8217;s web server.&nbsp;To see these headers under firefox you can use&nbsp;<a href=\"http:\/\/getfirebug.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">the firebug extension<\/a>&nbsp;&nbsp;via the\n&#8220;Network&#8221; tab and by clicking on the desired resource:&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"210\" data-attachment-id=\"2836\" data-permalink=\"https:\/\/www.24x7serversupport.com\/blog\/how-to-validate-the-implementation-of-cache-for-site-analyzer\/image-11\/\" data-orig-file=\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png?fit=663%2C218&amp;ssl=1\" data-orig-size=\"663,218\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"image\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png?fit=300%2C99&amp;ssl=1\" data-large-file=\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png?fit=640%2C210&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png?resize=640%2C210&#038;ssl=1\" alt=\"\" class=\"wp-image-2836\" srcset=\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png?w=663&amp;ssl=1 663w, https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png?resize=300%2C99&amp;ssl=1 300w, https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png?resize=260%2C85&amp;ssl=1 260w, https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png?resize=50%2C16&amp;ssl=1 50w, https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png?resize=150%2C49&amp;ssl=1 150w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" data-recalc-dims=\"1\" \/><\/figure>\n\n\n\n<p><strong>Cache-control<\/strong>&nbsp;, is the header that your server sends to tell the web\nbrowser to keep the file cached.&nbsp;So there are several values \u200b\u200bthat we\nwill look at right away.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>no-cache: tells the browser to systematically request the file from\nthe server<\/li><li>public: resource can be cached by anyone<\/li><li>private: same as public, except that the resource cannot be cached\nby proxies<\/li><li>must-revalidate: the resource you request must be re-downloaded by\nthe browser<\/li><li>max-age: this is the time in seconds that your browser will have to\nwait before going to search for the content.<\/li><\/ul>\n\n\n\n<p>So if\nyour header looks like one of the examples below it means that you have no\ncache on this resource:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>max-age = 0, no-cache<\/li><li>max-age = 0<\/li><li>no-cache<\/li><\/ul>\n\n\n\n<p>What we\nare looking for is something like this:&nbsp;<strong>max-age = 3600, public<\/strong>&nbsp;or&nbsp;<strong>max-age\n= 3600, private<\/strong><\/p>\n\n\n\n<p>To know\neverything about Cache-Control you can also read this page on&nbsp;<a href=\"https:\/\/wikipedia.org\/wiki\/Cache-Control\" target=\"_blank\" rel=\"noreferrer noopener\">Wikipedia: Cache-Control<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to configure Cache-Control on apache?<\/h2>\n\n\n\n<p>To do\nthis you already need the following modules installed on your apache\nserver:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>headers<\/li><li>hidden<\/li><\/ul>\n\n\n\n<p>I will\nnot go back on how to install them on apaches, it does not seem necessary to\nme, because very often they are automatically.&nbsp;For apache to use caching\nin your browser, simply add the following lines to the .htaccess file in your\nfile.<\/p>\n\n\n\n<p><em>&lt;IfModule\nmod_headers.c&gt;<\/em><em><\/em><\/p>\n\n\n\n<p><em>#Caching of all<br>\nCache-Control Header set &#8220;max-age = 600, private, must-revalidate&#8221;<\/em><em><\/em><\/p>\n\n\n\n<p><em>#Extended caching for\nimage, CSS and JS resources<br>\n&lt;FilesMatch &#8220;. (Ico | jpe? G | png | gif | swf | css |&nbsp;gz | js |\njs? Ver = * | css? Ver = *) $&#8221; &gt;<br>\nHeader set Cache-Control &#8220;max-age = 2592000, public&#8221;<br>\n&lt;\/FilesMatch&gt;<\/em><em><\/em><\/p>\n\n\n\n<p><em>#Caching HTML\nresources (the famous ones!)<br>\n&lt;FilesMatch &#8220;. (Html \u200b\u200b| htm) $&#8221;&gt;<br>\nHeader set Cache-Control &#8220;max-age = 7200, public&#8221;<br>\n&lt;\/FilesMatch&gt;<\/em><em><\/em><\/p>\n\n\n\n<p><em>&lt;\/\nIfModule&gt;<\/em><em><\/em><\/p>\n\n\n\n<p>Once you\nadd these lines to your .htaccess file, refresh your site page and watch what\nfirebug tells you about the headers.&nbsp;Logically everything should be good!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Mod_pagespeed cache-control for HTML, PHP\nfiles<\/h2>\n\n\n\n<p>So, in my\nfirst&nbsp;<strong>mod_pagespeed<\/strong>&nbsp;test&nbsp;I\nwas very happy.&nbsp;But when I was asked to validate the site on&nbsp;<strong>Site Analyzer<\/strong>&nbsp;, I\nwas a little disappointed &#8230; I also spent 3 or 4 hours finding a solution, I\nscoured the internet but found nothing &#8230;<\/p>\n\n\n\n<p>The real\nconcern is that all my resources were well cached, css, js etc.&nbsp;But the\nHTML page in itself no &#8230; While I had everything it does, at least I thought\nso, in my .htaccess to have this value.<\/p>\n\n\n\n<p>First,\nthe little magic lines that I showed you before were missing.&nbsp;But above\nall I had a setting to activate on mod_pagespeed which made all the possible\nconfigurations that I could do in my .htaccess obsolete.<\/p>\n\n\n\n<p>So to\nvalidate&nbsp;<strong>the setting\nup of cache under Site Analyzer with mod_pagespeed<\/strong>&nbsp;you\nshould not activate the following option:<\/p>\n\n\n\n<p><em>AddOutputFilterByType\nMOD_PAGESPEED_OUTPUT_FILTER text \/ html<\/em><em><\/em><\/p>\n\n\n\n<p>You must therefore comment the line in the&nbsp;<strong>mod_pagespeed<\/strong>&nbsp;configuration&nbsp;<strong>file<\/strong>&nbsp;.&nbsp;Please note that you can only deactivate it from the configuration file.&nbsp;So if your host has activated it, you are blue &#8230; Hope this article helps you!<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"210\" data-attachment-id=\"2836\" data-permalink=\"https:\/\/www.24x7serversupport.com\/blog\/how-to-validate-the-implementation-of-cache-for-site-analyzer\/image-11\/\" data-orig-file=\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png?fit=663%2C218&amp;ssl=1\" data-orig-size=\"663,218\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"image\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png?fit=300%2C99&amp;ssl=1\" data-large-file=\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png?fit=640%2C210&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png?resize=640%2C210&#038;ssl=1\" alt=\"\" class=\"wp-image-2836\" srcset=\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png?w=663&amp;ssl=1 663w, https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png?resize=300%2C99&amp;ssl=1 300w, https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png?resize=260%2C85&amp;ssl=1 260w, https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png?resize=50%2C16&amp;ssl=1 50w, https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png?resize=150%2C49&amp;ssl=1 150w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" data-recalc-dims=\"1\" \/><\/figure>\n\n\n\n<p>You must therefore comment the line in the&nbsp;<strong>mod_pagespeed<\/strong>&nbsp;configuration&nbsp;<strong>file<\/strong>&nbsp;.&nbsp;Please note that you can only deactivate it from the configuration file.&nbsp;So if your host has activated it, you are blue &#8230; Hope this article helps you!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Site Analyzer vs mod_pagespeed I will explain to you how to manage to validate &#8221;&nbsp;the implementation of cache&nbsp;&#8221; by the&nbsp;Site Analyzer&nbsp;tool&nbsp;.&nbsp;Whether you use&nbsp;mod_pagespeed&nbsp;or not on apache in version 2.X.&nbsp;It is not necessarily THE objective, but it takes an important part in the scoring.&nbsp;And all the other tools will also ask you to validate this parameter.&nbsp;(for [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[139,30,33],"tags":[],"class_list":["post-2835","post","type-post","status-publish","format-standard","hentry","category-apache","category-centos","category-cpanel"],"jetpack_publicize_connections":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How To Validate The Implementation Of Cache For Site Analyzer | 24x7serversupport Blog<\/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.24x7serversupport.com\/blog\/how-to-validate-the-implementation-of-cache-for-site-analyzer\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Validate The Implementation Of Cache For Site Analyzer | 24x7serversupport Blog\" \/>\n<meta property=\"og:description\" content=\"Site Analyzer vs mod_pagespeed I will explain to you how to manage to validate &#8221;&nbsp;the implementation of cache&nbsp;&#8221; by the&nbsp;Site Analyzer&nbsp;tool&nbsp;.&nbsp;Whether you use&nbsp;mod_pagespeed&nbsp;or not on apache in version 2.X.&nbsp;It is not necessarily THE objective, but it takes an important part in the scoring.&nbsp;And all the other tools will also ask you to validate this parameter.&nbsp;(for [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.24x7serversupport.com\/blog\/how-to-validate-the-implementation-of-cache-for-site-analyzer\/\" \/>\n<meta property=\"og:site_name\" content=\"24x7serversupport Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-03-05T03:50:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-03-05T07:10:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png\" \/>\n<meta name=\"author\" content=\"24x7support\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@24x7serversuppo\" \/>\n<meta name=\"twitter:site\" content=\"@24x7serversuppo\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"24x7support\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/how-to-validate-the-implementation-of-cache-for-site-analyzer\/\",\"url\":\"https:\/\/www.24x7serversupport.com\/blog\/how-to-validate-the-implementation-of-cache-for-site-analyzer\/\",\"name\":\"How To Validate The Implementation Of Cache For Site Analyzer | 24x7serversupport Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/how-to-validate-the-implementation-of-cache-for-site-analyzer\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/how-to-validate-the-implementation-of-cache-for-site-analyzer\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png\",\"datePublished\":\"2020-03-05T03:50:15+00:00\",\"dateModified\":\"2020-03-05T07:10:07+00:00\",\"author\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/how-to-validate-the-implementation-of-cache-for-site-analyzer\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.24x7serversupport.com\/blog\/how-to-validate-the-implementation-of-cache-for-site-analyzer\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/how-to-validate-the-implementation-of-cache-for-site-analyzer\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png?fit=663%2C218&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png?fit=663%2C218&ssl=1\",\"width\":663,\"height\":218},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/how-to-validate-the-implementation-of-cache-for-site-analyzer\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.24x7serversupport.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Validate The Implementation Of Cache For Site Analyzer\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#website\",\"url\":\"https:\/\/www.24x7serversupport.com\/blog\/\",\"name\":\"24x7serversupport Blog\",\"description\":\"Linux | CPanel | WHM | webhosting| Plesk | DirectAdmin | CentOs | Debian | Ubuntu Blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.24x7serversupport.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401\",\"name\":\"24x7support\",\"url\":\"https:\/\/www.24x7serversupport.com\/blog\/author\/24x7support\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Validate The Implementation Of Cache For Site Analyzer | 24x7serversupport Blog","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.24x7serversupport.com\/blog\/how-to-validate-the-implementation-of-cache-for-site-analyzer\/","og_locale":"en_US","og_type":"article","og_title":"How To Validate The Implementation Of Cache For Site Analyzer | 24x7serversupport Blog","og_description":"Site Analyzer vs mod_pagespeed I will explain to you how to manage to validate &#8221;&nbsp;the implementation of cache&nbsp;&#8221; by the&nbsp;Site Analyzer&nbsp;tool&nbsp;.&nbsp;Whether you use&nbsp;mod_pagespeed&nbsp;or not on apache in version 2.X.&nbsp;It is not necessarily THE objective, but it takes an important part in the scoring.&nbsp;And all the other tools will also ask you to validate this parameter.&nbsp;(for [&hellip;]","og_url":"https:\/\/www.24x7serversupport.com\/blog\/how-to-validate-the-implementation-of-cache-for-site-analyzer\/","og_site_name":"24x7serversupport Blog","article_published_time":"2020-03-05T03:50:15+00:00","article_modified_time":"2020-03-05T07:10:07+00:00","og_image":[{"url":"https:\/\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png"}],"author":"24x7support","twitter_card":"summary_large_image","twitter_creator":"@24x7serversuppo","twitter_site":"@24x7serversuppo","twitter_misc":{"Written by":"24x7support","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.24x7serversupport.com\/blog\/how-to-validate-the-implementation-of-cache-for-site-analyzer\/","url":"https:\/\/www.24x7serversupport.com\/blog\/how-to-validate-the-implementation-of-cache-for-site-analyzer\/","name":"How To Validate The Implementation Of Cache For Site Analyzer | 24x7serversupport Blog","isPartOf":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/how-to-validate-the-implementation-of-cache-for-site-analyzer\/#primaryimage"},"image":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/how-to-validate-the-implementation-of-cache-for-site-analyzer\/#primaryimage"},"thumbnailUrl":"https:\/\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png","datePublished":"2020-03-05T03:50:15+00:00","dateModified":"2020-03-05T07:10:07+00:00","author":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401"},"breadcrumb":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/how-to-validate-the-implementation-of-cache-for-site-analyzer\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.24x7serversupport.com\/blog\/how-to-validate-the-implementation-of-cache-for-site-analyzer\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.24x7serversupport.com\/blog\/how-to-validate-the-implementation-of-cache-for-site-analyzer\/#primaryimage","url":"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png?fit=663%2C218&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/03\/image.png?fit=663%2C218&ssl=1","width":663,"height":218},{"@type":"BreadcrumbList","@id":"https:\/\/www.24x7serversupport.com\/blog\/how-to-validate-the-implementation-of-cache-for-site-analyzer\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.24x7serversupport.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Validate The Implementation Of Cache For Site Analyzer"}]},{"@type":"WebSite","@id":"https:\/\/www.24x7serversupport.com\/blog\/#website","url":"https:\/\/www.24x7serversupport.com\/blog\/","name":"24x7serversupport Blog","description":"Linux | CPanel | WHM | webhosting| Plesk | DirectAdmin | CentOs | Debian | Ubuntu Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.24x7serversupport.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401","name":"24x7support","url":"https:\/\/www.24x7serversupport.com\/blog\/author\/24x7support\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts\/2835","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/comments?post=2835"}],"version-history":[{"count":2,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts\/2835\/revisions"}],"predecessor-version":[{"id":2838,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts\/2835\/revisions\/2838"}],"wp:attachment":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/media?parent=2835"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/categories?post=2835"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/tags?post=2835"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}