• Resolved svkrs

    (@svkrs)


    Hello, i want to preload font but i am not sure because i have two fonts
    First https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2
    Second https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2
    both fonts is https://fonts.gstatic.com/ what i need to preload i mean which fonts because for some reason when i check in console or source they show me this
    <link rel="dns-prefetch" href="//fonts.googleapis.com">
    <link rel="stylesheet" id="open-sans-font-css" href="//fonts.googleapis.com/css?family=Open+Sans%3A400%2C600%2C700&ver=5.8.2" type="text/css" media="all">

    Here is my gmetrix test page please help me what i can preload more including fonts
    https://gtmetrix.com/reports/seksi-adresar.co/Hj6wuSri/

    Thank you and where i can find good tutorials how to setup autooptimize to work best

    • This topic was modified 2 years, 9 months ago by svkrs.
    • This topic was modified 2 years, 9 months ago by svkrs.
    • This topic was modified 2 years, 9 months ago by svkrs.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    I think I would try https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2, which is for the latin character set. the other one is for latin-extended.

    that being said, based on the google pagespeed insights test you have more important issues to tackle (server response time/ image optimization to begin with)? 😉

    hope this helps,
    frank

    Thread Starter svkrs

    (@svkrs)

    Thank you for reply.
    I will try to add this.
    No severs is perfect i am on old theme which dont support any type of caching and wp version is 5.8 also php is 7.0 😂
    I will update all in few days all because i need to translate theme, yes i have image optimization.
    Thank you for answer and help 👍

    Thread Starter svkrs

    (@svkrs)

    Sir I am update and now show me like this i am not sure is this correct because they are add one line
    <link href="https://fonts.gstatic.com" crossorigin="anonymous" rel="preconnect">

    Here is picture also:
    https://i.postimg.cc/fL3mmcBQ/sss.png
    Is this correct sir ?

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    yes, that is correct (it tells the browser to already create a connection to fonts.gstatic.com, which will be used to download the actual fonts faster.

    Thread Starter svkrs

    (@svkrs)

    Thank you so much

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

The topic ‘[NSFW] Preload font help’ is closed to new replies.