Viewing 2 replies - 1 through 2 (of 2 total)
  • SJW

    (@whitsey)

    https://code.tutsplus.com/articles/configuring-w3-total-cache-advanced-minification-settings–wp-31043

    1. JavaScript Minification Settings
    Make sure that these settings are updated with a great deal of testing. When minified, JavaScript can result in odd behavior when it’s minified.

    Optimal Settings: Based on my experience with different servers and clients, I recommend using what you see in the screenshot above: Enable JavaScript minification, enable the Combine only option, and keep the behavior set as Default (blocking). If you still experience issues with the site’s behavior, you can disable these settings.
    Extreme Settings: Using Minify instead of Combine only will minify the JavaScript which, in turn, can result in erratic behavior. This is also the case when you choose any non-blocking JavaScript method from the select element. You may also opt to enable these settings for a segment of your users (that is, perform A/B testing) in order to determine what performs the best.

    Thread Starter briandavidelliott

    (@briandavidelliott)

    Thanks so much! I will try this out!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Non-blocking JavaScript embedding??’ is closed to new replies.