Preload Key Requests
-
Morning,
I have been getting this advice on PageSpeed:
Consider using
<link rel=preload>
to prioritize fetching resources that are currently requested later in page load.So, I’d contacted the plugin developer (Astra Theme) and they recommeneded installing Astra Hooks and using this code in the wp_head:
<link rel="preload" href="https://www.oliviascoffee.co.uk/wp-content/themes/astra/assets/fonts/astra.woff" as="font" type="font/woff" crossorigin > <link rel="preload" href="https://www.oliviascoffee.co.uk/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.woff" as="font" type="font/woff" crossorigin >
Done that. But no difference. Is this something being blocked by Autoptimize? How do I fix it?!
Thank you.
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Preload Key Requests’ is closed to new replies.