• Resolved joy0114

    (@joy0114)


    Hello,

    When I try the google tool “pagespeed insights”, I’ve got a huge value for the loading time of mydomain.tld/wp-content/plugins/woo-variation-gallery/fonts/slick-carousel/slick/slick.woff?b7c9e1e479de3b53f1e4e30ebac2403a

    In the beginning of the report: “Preload key requests”

    5.73 seconds …. for this font.

    This issue occurs when google requests the mobile version of website, and less for the “computer” version: 0.55 second.

    How could I solve this issue ?
    Thanks a lot.
    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • pluginswoo

    (@pluginswoo)

    @joy0114

    Could you record me your issue using tool like useloom.com?

    Thank You

    Thread Starter joy0114

    (@joy0114)

    Hello,

    Thanks for your answer.

    I solved the issue with preloading this font (which I use elsewhere) in header.php:

    <link rel=”preload” href=”/wp-content/themes/mytheme/css/fonts/slick.woff” as=”font” type=”font/woff” crossorigin=”anonymous”>

    So, slick.woff is loaded early and google is happy.

    Thanks,
    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Loadind slick.woff’ is closed to new replies.