• Force JavaScript in <head>?
    Load JavaScript early, reducing the chance of JS-errors but making it render blocking. You can disable this if you’re not aggregating inline JS and you want JS to be deferred.

    Also aggregate inline JS?
    Check this option for Autoptimize to also aggregate JS in the HTML. If this option is not enabled, you might have to “force JavaScript in head”.

    Don’t you think the description under these options are contradictive. the first option says, “You can disable this if you’re not aggregating inline JS ” then the next option says “If this option is not enabled, you might have to “force JavaScript in head”.
    so basically the first option says, you can disable this ,if the second option is also disabled, but the second option says if this is disabled, you have to enable the first option.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘contradictive statements’ is closed to new replies.