Remove Render Blocking JS

Discussion in 'JavaScript' started by imaginexhacked, Oct 11, 2016.

  1. #1
    Hi,

    I have a Wordpress site and I've been able to defer most render blocking scripts and css although I cannot get ride of

    https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js

    no matter what I try.

    Is there a way to defer / load asynchronously this https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js script or should I just leave it?

    Thanks
     
    imaginexhacked, Oct 11, 2016 IP
  2. UrlEmbed

    UrlEmbed Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #2
    Leave it. But if you wan't you can add script (<script src=""></script>) to the end of body tag or load asynchronously (<script async src=""></script>).
     
    UrlEmbed, Nov 2, 2016 IP