• murattopak01

    (@murattopak01)


    I’ve been struggling to get rid of those “render-blocking” javascript files. This plugin makes them all go down to footer, just amazing. But I still have problems about google fonts and my style.css file. It seems that the plugin couldn’t make the css go down but made it compressed, I hope you will do something for it.
    When I get some money, I will donate you all I promise 😀 , because I’m really happy about no more seeing those render-blocking warnings.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Frank Goossens

    (@futtta)

    glad you like it, thanks for the feedback!

    regarding CSS; you can either inline or defer your CSS, but it’s not as simple as for JS. You can find some info in this blogpost.

    and just so you know, there’s no real donations, just a “do not donate”-page asking people to donate to a good cause 🙂

    Thread Starter murattopak01

    (@murattopak01)

    Thanks for the response,but wouldn’t it be okay if css file went to the footer right before the html tag just like js file? Because the file size is really large,I am not sure if inlining is the best for me.

    Plugin Author Frank Goossens

    (@futtta)

    that’s more or less what “defer CSS” does, but in general it will cause the screen to flash (“flash of unstyled content”). ideal approach is to split the CSS up in an essential part that is inlined (between noptimize-tags) and a non-essential part that then is deferred.

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

The topic ‘AMAZING’ is closed to new replies.