• Resolved reshampanth

    (@reshampanth)


    Hi Frank,
    Before I mention my Issue, I’d like to thank you for creating this amazing plugin and for providing such dedicated support! I use Autoptimize on all my sites and it just keeps getting better with every update!

    Now getting back to the problem I’m facing, on reshampanth.com I’ve tried all 4 methods of optimizing Google fonts and for some reason, none worked! The page is still making 10 requests and each is render blocking.

    I am using Avada theme on the latest version of WordPress.

    Also, I would request you to add the option to serve the fonts locally to enable browser caching and reduce a call to an external website!

    Any help would be highly appreciated. Thanks

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

Viewing 1 replies (of 1 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    Hey reshampanth;
    The reason for this is the font’s are loaded directly from wp-content/uploads/fusion-styles/2d654fff0144975b31f59d0bc46746b6.min.css (which is aggregated by AO).

    3 ideas to fix this;
    1. not use google fonts in your pagebuilder (which is what I think is what’s creating the fusion-styles CSS)
    2. see if you can remove that from the fusion-styles CSS and load them with a normal <link rel='stylesheet' src='<link to a google fonts CSS file>' />
    3. switch to “inline & defer” (which loads the optimized CSS, including the google fonts, late) and use a tool to extract critical CSS instead for the intial rendering

    hope this helps,
    frank

Viewing 1 replies (of 1 total)

The topic ‘Google fonts not Optimized’ is closed to new replies.