• Hello,

    My site is loading up all the google fonts in all the languages.
    Hence consuming lot of load time and memory.
    Please check the page source of this
    page for more info.

    Has anyone else had this problem? Any ideas how I can fix it?

    Thanks.

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

Viewing 1 replies (of 1 total)
  • The code to load fonts is added just after the <head> section. This is not a good place to load fonts.

    Try to async / defer the script and move it to the footer or just before the </head>

    Secondly do you need all these fonts?

Viewing 1 replies (of 1 total)

The topic ‘Google fonts consuming load time.’ is closed to new replies.