PageSpeed Insights issue
-
I’ve got an issue regarding Preload key requests :
wp-content/plugins/wp-responsive-menu/assets/fonts/wprmenu.ttf?p8o4s0
The Opportunities section of my Lighthouse report flags the third level of requests in my critical request chain as preload candidates.
How could I Declare the preload links ?
I tried : <link rel=”preload” as=”font” href=”https://philippefares.fr/wp-content/themes/enigmart/fonts/wprmenu.ttf” type=”font/ttf” crossorigin=”anonymous”>
and as well : <link rel=”preload” as=”font” href=”https://philippefares.fr/wp-content/themes/enigmart/fonts/wprmenu.ttf?p8o4s0″ type=”font/ttf” crossorigin=”anonymous”>
But it doesn’t work !
Could you please help me ? Or maybe is it possible to update the plugin and fix this issue ?
The page I need help with: [log in to see the link]
- The topic ‘PageSpeed Insights issue’ is closed to new replies.