• Hi,

    How i can solve this issue.

    This is what i have.

    JavaScript Options
    Optimize JavaScript Code?: Yes
    Force JavaScript in <head>?: Yes
    Exclude scripts from Autoptimize: seal.js, js/jquery/jquery.js

    CSS Options
    Optimize CSS Code?: Yes
    Also aggregate inline CSS?: Yes

    I’m worried JS part than CSS.

    How i can solve the external JS?

    Site: https://tiny.cc/8fjcjy

    • This topic was modified 8 years, 1 month ago by kurogane.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Frank Goossens

    (@futtta)

    don’t force JS in head + consider either “inline all CSS” (easy) or “inline & defer CSS” (better). more info in the FAQ.

    for external JS (i.e. on other servers) you could try the “async javascript”-plugin.

    frank

    Thread Starter kurogane

    (@kurogane)

    When i enable javascript not working backgroud images and other stuff so when i enable force JS fix the issue and pagespeed give more score.

    i as say i don’t care CSS part, i’m already do inline & defer CSS

    Plugin Author Frank Goossens

    (@futtta)

    JS that is forced in head is render blocking, to avoid that you’ll have to dig in and find the JS to exclude from optimization.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Eliminate render-blocking JavaScript and CSS in above-the-fold content’ is closed to new replies.