• Resolved cloudcreatr

    (@cloudcreatr)


    We want Google font optimization in your plugin. You have everything in your plugin but no Google font optimization.

    What I want

    If there are multiple requests to Google Fonts on the page, they will be combined into a single request. This will slightly reduce the number of overall HTTP requests.
    Adds the display=swap parameter to the request, to satisfy PageSpeed’s recommendation to ensure text remains visible during webfont load. This optimization will be applied even if there is only a single font request on your page.
    Adds the preconnect resource hint to the request to improve load time of the fonts:
    <link href="https://fonts.gstatic.com" crossorigin rel="preconnect" />

    • This topic was modified 3 years, 7 months ago by Yui.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    thanks for the suggestion

    noted and forwarded to developers

    Best regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Google font optimization’ is closed to new replies.