Viewing 2 replies - 1 through 2 (of 2 total)
  • If you want to fix render blocking JS, async is the answer, but it may causing problem if your site have JS dependency. Defer also possible to fix render blocking problem, but there’s more to do than just set it to defer.

    Use async instead, if there’s problem happen, using JS blocking is okay, it’s not much change for your serp.

    You would need to try and defer the JavaScript. If you are using the automatic mode you need to switch to manual mode for this to work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘JS minification not working’ is closed to new replies.