{"id":3748509,"date":"2021-11-05T10:45:40","date_gmt":"2021-11-05T09:45:40","guid":{"rendered":"https:\/\/wp-rocket.me\/?post_type=core_web_vitals_hub&#038;p=3748509"},"modified":"2022-09-20T12:23:03","modified_gmt":"2022-09-20T10:23:03","slug":"preload-key-requests-wordpress","status":"publish","type":"core_web_vitals_hub","link":"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/preload-key-requests-wordpress\/","title":{"rendered":"How to Preload Key Requests on WordPress"},"content":{"rendered":"<p>If you have ever tested your WordPress site performance, you\u2019re familiar with the PageSpeed Insights recommendation: \u201cPreload key requests\u201d. If you haven\u2019t fully addressed this performance issue, it\u2019s time to take care of it. Preloading key requests can affect specific performance metrics and have an overall impact on your site speed.<\/p><p>In this article, you\u2019ll learn what key requests and critical assets are. You\u2019ll then be able to identify them and fix the PageSpeed Insights audit with and without plugins. In short, you\u2019ll take another step towards a faster site.<\/p><h2 class=\"wp-block-heading\">What Does Preload Key Requests Mean?&nbsp;<\/h2><p>When you preload key requests, you tell the browser to prioritize the critical assets and download them first. That\u2019s how the most relevant files can load faster \u2014 especially when the critical files would be otherwise discovered and downloaded late by the browser.<\/p><p>Key requests could be anything that the page needs at an early loading stage. The most common files are fonts. However, critical assets can also be JS and CSS files and images. It&#8217;s a case-by-case enhancement targeting specific performance needs.<\/p><h2 class=\"wp-block-heading\">Why You Should Fix the Preload Key Requests Issue<\/h2><p>Preloading key requests is an important web performance optimization technique that makes your site faster and goes beyond the PageSpeed Insights recommendation.<\/p><p>By preloading the critical resources, you\u2019ll optimize two key performance metrics: <a href=\"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/improve-largest-contentful-paint\/\">Largest Contentful Paint (LCP)<\/a> and <a href=\"https:\/\/wp-rocket.me\/lighthouse-performance-score-wordpress\/improve-first-contentful-paint\/\">First Contentful Paint (FCP)<\/a>. LCP and FCP are closely related to preloading critical assets such as images, fonts, and specific CSS files (when the Critical Path CSS is not used). For instance, preloading the LCP image is a key performance optimization, and it\u2019s even more critical because LCP is a <a href=\"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/\">Core Web Vital metric<\/a>.<\/p><p>Remember that LCP and FCP account for 25% and 10% in Lighthouse v8, and both weights contribute to the overall <a href=\"https:\/\/wp-rocket.me\/lighthouse-performance-score-wordpress\/\">Lighthouse performance score<\/a>.<\/p><p>Preloading key requests also improves load time and <a href=\"https:\/\/wp-rocket.me\/blog\/perceived-performance-need-optimize\/\">perceived performance<\/a>.&nbsp;<\/p><p><strong>Here\u2019s why preloading key requests is essential not only for SEO and performance reasons but also for providing the best user experience.<\/strong><\/p><p>How to Identify the Critical Files You Should Preload<\/p><p>Lighthouse is the easiest and most effective way to identify the key requests to preload. After testing your URL\u2019s performance in the performance tool, check the Opportunities section and see if you find a \u201cPreload key request\u201d recommendation like this one:<\/p><figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"137\" src=\"https:\/\/wp-rocket.me\/wp-content\/uploads\/2021\/09\/preload-key-requests-google.png\" alt=\"\" class=\"wp-image-3748514\" srcset=\"https:\/\/wp-rocket.me\/wp-content\/uploads\/2021\/09\/preload-key-requests-google.png 512w, https:\/\/wp-rocket.me\/wp-content\/uploads\/2021\/09\/preload-key-requests-google-310x83.png 310w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/><figcaption>Preload key requests &#8211; Source: <a href=\"https:\/\/web.dev\/uses-rel-preload\/\">Google<\/a><br><\/figcaption><\/figure><p>If you find such a recommendation, you\u2019ll also get the files that you should preload. In this case, the file to preload would be: \/main.css. As for the fonts to preload, the files have the following extensions: otf, ttf, svg, woff, woff2.<\/p><p>Please note that you could also run the same test via GTmetrix. However, you may get different results and recommendations according to the Lighthouse version used by the tool. Google released Lighthouse v8, which is up and running in PageSpeed Insights. As of September 2021, it\u2019s the latest version and the one you should look at.<\/p><h2 class=\"wp-block-heading\">How to Fix Preload Key Requests <\/h2><p>You can preload key requests and address the PSI recommendation both with and without plugins.<\/p><p>If you want to implement the preload attribute yourself, you should identify the critical assets flagged by PSI and add the link rel =\u201cpreload\u201d to these files. Remember to include the files at the head of the HTML page. Here\u2019s an example of the \u201cpreload\u201d attribute:<\/p><p>&lt;link rel=&#8221;preload&#8221; as=&#8221;type-of-content&#8221; href=&#8221;critical-example.js&#8221;&gt;<\/p><p>You can add several types of content, from images to scripts, videos, and much more. You can take a look at the full list <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTML\/Link_types\/preload#what_types_of_content_can_be_preloaded\">here<\/a>.<\/p><p>On the other hand, you may want to use a plugin. Several ones may help you preload different types of files:<\/p><ul class=\"wp-block-list\"><li><a href=\"https:\/\/wordpress.org\/plugins\/autoptimize\/\">Autoptimize<\/a> can preload anything but images manually<\/li><li><a href=\"https:\/\/perfmatters.io\/\">Perfmatters<\/a> preloads images, fonts, CSS, and JS files<\/li><li><a href=\"https:\/\/wordpress.org\/plugins\/sg-cachepress\/\">SG Optimizer<\/a> preloads fonts<\/li><li><a href=\"https:\/\/wordpress.org\/plugins\/wp-asset-clean-up\/\">AssetCleanup<\/a> preloads fonts, JS, and CSS files.<\/li><\/ul><p>As explained above, fonts are the main files that need to be preloaded. In fact, targetting specific fonts to preload (the one needed above the fold or just below it) is usually more effective than overthinking all the details and adding more complexity, especially if controlling how fonts are declared is not possible.<\/p><p>You should avoid preloading multiple formats for the same font &#8211; just preload one font format only. In general, you should not preload everything, otherwise, you\u2019ll decrease your site\u2019s performance.<\/p><h2 class=\"wp-block-heading\">How to Fix Preload Key Requests with WP Rocket<\/h2><p>If you\u2019re looking for the fastest way to preload fonts, you should install <a href=\"https:\/\/wp-rocket.me\/features\/\">WP Rocket<\/a> and give an instant boost to your site performance!<\/p><p>WP Rocket allows you to preload fonts coming from your domain quickly. In the Preload tab, you\u2019ll find the option to include the fonts to preload. Simple as that!&nbsp;<\/p><figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"850\" height=\"424\" src=\"https:\/\/wp-rocket.me\/wp-content\/uploads\/2021\/06\/Preload-Fonts.png\" alt=\"\" class=\"wp-image-3528434\" srcset=\"https:\/\/wp-rocket.me\/wp-content\/uploads\/2021\/06\/Preload-Fonts.png 850w, https:\/\/wp-rocket.me\/wp-content\/uploads\/2021\/06\/Preload-Fonts-310x155.png 310w, https:\/\/wp-rocket.me\/wp-content\/uploads\/2021\/06\/Preload-Fonts-768x383.png 768w\" sizes=\"(max-width: 850px) 100vw, 850px\" \/><figcaption>Preload Fonts tab &#8211; WP Rocket<br><\/figcaption><\/figure><p>What\u2019s more, WP Rocket has another powerful feature, included in the File Optimization tab: <strong>Optimize CSS Delivery<\/strong>. The Optimize CSS delivery feature allows you to <a href=\"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/eliminate-render-blocking-javascript-css\/#eliminate-render-blocking-css\">eliminate render-blocking CSS<\/a> on your site and make your site faster. You can choose between two options: Remove Unused CSS and Load CSS Asynchronously.<\/p><p>From the technical perspective, Load CSS Asynchronously will inject the <a href=\"https:\/\/wp-rocket.me\/blog\/critical-css\/\">critical CSS<\/a> on the page and preload all noncritical CSS files. On the other hand, Remove Unused CSS will inject all the used CSS at the top of the page, so, there is no CSS file to preload to start with. That\u2019s why we recommend that you enable the Remove unused CSS option. If it doesn\u2019t work for you, you can then enable Load CSS asynchronously.<\/p><figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"417\" src=\"https:\/\/wp-rocket.me\/wp-content\/uploads\/2021\/10\/Remove-Unused-CSS-option-Source-WP-Rocket-1.png\" alt=\"\" class=\"wp-image-3800459\" srcset=\"https:\/\/wp-rocket.me\/wp-content\/uploads\/2021\/10\/Remove-Unused-CSS-option-Source-WP-Rocket-1.png 800w, https:\/\/wp-rocket.me\/wp-content\/uploads\/2021\/10\/Remove-Unused-CSS-option-Source-WP-Rocket-1-310x162.png 310w, https:\/\/wp-rocket.me\/wp-content\/uploads\/2021\/10\/Remove-Unused-CSS-option-Source-WP-Rocket-1-768x400.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><figcaption>Optimize CSS Delivery feature &#8211; WP Rocket<br><\/figcaption><\/figure><p>\ud83d\ude80 In short, WP Rocket is the easiest way to preload fonts and CSS files and give a boost to your site.\u00a0<\/p><div id=\"om-nyrydv5iync8zrrulm5i-holder\"><\/div>\n\t<script>(function (d, u, ac) {\n\t\t\tvar s = d.createElement('script')\n\t\t\ts.type = 'text\/javascript'\n\t\t\ts.src = 'https:\/\/a.omappapi.com\/app\/js\/api.min.js'\n\t\t\ts.async = true\n\t\t\ts.dataset.user = u\n\t\t\ts.dataset.campaign = ac\n\t\t\td.getElementsByTagName('head')[0].appendChild(s)\n\t\t})(document, 20440, 'nyrydv5iync8zrrulm5i')<\/script><h2 class=\"wp-block-heading\">Start Preloading Key Requests Today<\/h2><p>Preloading critical resources will help you optimize your site\u2019s performance and address an important PageSpeed Insights recommendation.&nbsp;<\/p><p>WP Rocket makes it easy to preload fonts and CSS files. <a href=\"https:\/\/wp-rocket.me\/features\/\">Save yourself time and let WP Rocket do the job for you<\/a>!<\/p><p><strong>You can always count on our 100% money-back guarantee<\/strong>. Although we don\u2019t think you\u2019ll ever want one, we\u2019ll gladly provide a refund if you request it within 14 days of purchase.<\/p><p>\ud83d\ude80<strong> The only risk you\u2019ll be taking with our plugin is speeding up your website.<\/strong> WP Rocket automatically applies 80% of web performance best practices, instantly boosting your Core Web Vitals scores.<\/p>","protected":false},"excerpt":{"rendered":"<p>Looking for a way to preload key requests to improve the Core Web Vitals performance and boost your PageSpeed Insights score? Keep reading, and you\u2019ll find all the information you need!<\/p>\n","protected":false},"template":"","core_web_vitals":[132],"class_list":["post-3748509","core_web_vitals_hub","type-core_web_vitals_hub","status-publish","hentry","core_web_vitals-improve-largest-contentful-paint"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Preload Key Requests on WordPress<\/title>\n<meta name=\"description\" content=\"Want to understand how to preload key requests on WordPress and improve your PageSpeed Insights score? Find out all the information you need on WP Rocket!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/preload-key-requests-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Preload Key Requests on WordPress\" \/>\n<meta property=\"og:description\" content=\"Want to understand how to preload key requests on WordPress and improve your PageSpeed Insights score? Find out all the information you need on WP Rocket!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/preload-key-requests-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"WP Rocket\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/pages\/WP-Rocket\/631942253526829\" \/>\n<meta property=\"article:modified_time\" content=\"2022-09-20T10:23:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wp-rocket.me\/wp-content\/uploads\/2021\/09\/preload-key-requests-google.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@wp_rocket\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/preload-key-requests-wordpress\/\",\"url\":\"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/preload-key-requests-wordpress\/\",\"name\":\"How to Preload Key Requests on WordPress\",\"isPartOf\":{\"@id\":\"https:\/\/wp-rocket.me\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/preload-key-requests-wordpress\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/preload-key-requests-wordpress\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wp-rocket.me\/wp-content\/uploads\/2021\/09\/preload-key-requests-google.png\",\"datePublished\":\"2021-11-05T09:45:40+00:00\",\"dateModified\":\"2022-09-20T10:23:03+00:00\",\"description\":\"Want to understand how to preload key requests on WordPress and improve your PageSpeed Insights score? Find out all the information you need on WP Rocket!\",\"breadcrumb\":{\"@id\":\"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/preload-key-requests-wordpress\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/preload-key-requests-wordpress\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/preload-key-requests-wordpress\/#primaryimage\",\"url\":\"https:\/\/wp-rocket.me\/wp-content\/uploads\/2021\/09\/preload-key-requests-google.png\",\"contentUrl\":\"https:\/\/wp-rocket.me\/wp-content\/uploads\/2021\/09\/preload-key-requests-google.png\",\"width\":512,\"height\":137},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/preload-key-requests-wordpress\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wp-rocket.me\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Core Web Vitals\",\"item\":\"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Largest Contentful Paint\",\"item\":\"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/improve-largest-contentful-paint\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"How to Preload Key Requests on WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wp-rocket.me\/#website\",\"url\":\"https:\/\/wp-rocket.me\/\",\"name\":\"WP Rocket\",\"description\":\"Plugin d&#039;optimisation de sites WordPress\",\"publisher\":{\"@id\":\"https:\/\/wp-rocket.me\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wp-rocket.me\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/wp-rocket.me\/#organization\",\"name\":\"WP Rocket\",\"url\":\"https:\/\/wp-rocket.me\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wp-rocket.me\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/logo-wp-rocket-paypal-2.png\",\"contentUrl\":\"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/logo-wp-rocket-paypal-2.png\",\"width\":150,\"height\":41,\"caption\":\"WP Rocket\"},\"image\":{\"@id\":\"https:\/\/wp-rocket.me\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/pages\/WP-Rocket\/631942253526829\",\"https:\/\/x.com\/wp_rocket\",\"https:\/\/www.youtube.com\/channel\/UC1ozThXHd1IWIZ5wkshgp_Q\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Preload Key Requests on WordPress","description":"Want to understand how to preload key requests on WordPress and improve your PageSpeed Insights score? Find out all the information you need on WP Rocket!","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:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/preload-key-requests-wordpress\/","og_locale":"en_US","og_type":"article","og_title":"How to Preload Key Requests on WordPress","og_description":"Want to understand how to preload key requests on WordPress and improve your PageSpeed Insights score? Find out all the information you need on WP Rocket!","og_url":"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/preload-key-requests-wordpress\/","og_site_name":"WP Rocket","article_publisher":"https:\/\/www.facebook.com\/pages\/WP-Rocket\/631942253526829","article_modified_time":"2022-09-20T10:23:03+00:00","og_image":[{"url":"https:\/\/wp-rocket.me\/wp-content\/uploads\/2021\/09\/preload-key-requests-google.png"}],"twitter_card":"summary_large_image","twitter_site":"@wp_rocket","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/preload-key-requests-wordpress\/","url":"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/preload-key-requests-wordpress\/","name":"How to Preload Key Requests on WordPress","isPartOf":{"@id":"https:\/\/wp-rocket.me\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/preload-key-requests-wordpress\/#primaryimage"},"image":{"@id":"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/preload-key-requests-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/wp-rocket.me\/wp-content\/uploads\/2021\/09\/preload-key-requests-google.png","datePublished":"2021-11-05T09:45:40+00:00","dateModified":"2022-09-20T10:23:03+00:00","description":"Want to understand how to preload key requests on WordPress and improve your PageSpeed Insights score? Find out all the information you need on WP Rocket!","breadcrumb":{"@id":"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/preload-key-requests-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/preload-key-requests-wordpress\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/preload-key-requests-wordpress\/#primaryimage","url":"https:\/\/wp-rocket.me\/wp-content\/uploads\/2021\/09\/preload-key-requests-google.png","contentUrl":"https:\/\/wp-rocket.me\/wp-content\/uploads\/2021\/09\/preload-key-requests-google.png","width":512,"height":137},{"@type":"BreadcrumbList","@id":"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/preload-key-requests-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wp-rocket.me"},{"@type":"ListItem","position":2,"name":"Core Web Vitals","item":"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/"},{"@type":"ListItem","position":3,"name":"Largest Contentful Paint","item":"https:\/\/wp-rocket.me\/google-core-web-vitals-wordpress\/improve-largest-contentful-paint\/"},{"@type":"ListItem","position":4,"name":"How to Preload Key Requests on WordPress"}]},{"@type":"WebSite","@id":"https:\/\/wp-rocket.me\/#website","url":"https:\/\/wp-rocket.me\/","name":"WP Rocket","description":"Plugin d&#039;optimisation de sites WordPress","publisher":{"@id":"https:\/\/wp-rocket.me\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wp-rocket.me\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wp-rocket.me\/#organization","name":"WP Rocket","url":"https:\/\/wp-rocket.me\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wp-rocket.me\/#\/schema\/logo\/image\/","url":"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/logo-wp-rocket-paypal-2.png","contentUrl":"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/logo-wp-rocket-paypal-2.png","width":150,"height":41,"caption":"WP Rocket"},"image":{"@id":"https:\/\/wp-rocket.me\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/pages\/WP-Rocket\/631942253526829","https:\/\/x.com\/wp_rocket","https:\/\/www.youtube.com\/channel\/UC1ozThXHd1IWIZ5wkshgp_Q"]}]}},"_links":{"self":[{"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/core_web_vitals_hub\/3748509"}],"collection":[{"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/core_web_vitals_hub"}],"about":[{"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/types\/core_web_vitals_hub"}],"wp:attachment":[{"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/media?parent=3748509"}],"wp:term":[{"taxonomy":"core_web_vitals","embeddable":true,"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/core_web_vitals?post=3748509"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}