• Anonymous User 9269003

    (@anonymized-9269003)


    Hello,

    After using “Inline and Defer CSS” the Google Page Speed Insights still shows Autoptimise`s CSS file. I see this in the code: noscript id=”aonoscrcss”…. autoptimize.css file.

    I also checked blocking the Google Fonts, but the link is still available. However I don’t see the google font URL in the page source. Google fonts are uploaded via javascript method WebFontConfig.

    Any help?

    • This topic was modified 9 years, 7 months ago by Anonymous User 9269003.
Viewing 1 replies (of 1 total)
  • Plugin Author Frank Goossens

    (@futtta)

    After using “Inline and Defer CSS” the Google Page Speed Insights still shows Autoptimise`s CSS file.

    in that case the critical CSS is not sufficient to really render your above-the-fold page, some tweaking might be needed.

    I see this in the code: noscript id=”aonoscrcss”…. autoptimize.css file.

    that is normal; these are backups for browsers that -for whatever reason- come without JS or with JS disabled. these do not impact the GPSI score

    I also checked blocking the Google Fonts, but the link is still available. However I don’t see the google font URL in the page source. Google fonts are uploaded via javascript method WebFontConfig.

    AO only removes Google Fonts if they’re served using the linked-css method. the JS-based webfontconfig should not be render blocking.

    frank

Viewing 1 replies (of 1 total)

The topic ‘Google Page Speed Not Optimized’ is closed to new replies.