Getting asynchronous disabled scripts asynchronized
-
I have listed out
wp-includes/js/jquery/jquery.js wp-includes/js/jquery/jquery-migrate.min.js
as disabled asynchronous scripts, but I can see these two script on asynchronous js lists on header
[[[["https://www.mysite.com/wp-content/plugins/LayerSlider/static/layerslider/js/greensock.js?ver=1.19.0",true,0,[]],["https://www.mysite.com/wp-includes/js/jquery/jquery.js?ver=1.12.4",false,1,[]],["https://www.mysite.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1",false,2,[1]],["https://www.mysite.com/wp-content/plugins/LayerSlider/static/layerslider/js/layerslider.kreaturamedia.jquery.js?ver=6.5.5",true,4,[3]],["https://www.mysite.com/wp-content/plugins/LayerSlider/static/layerslider/js/layerslider.transitions.js?ver=6.5.5",true,5,[]],["https://www.mysite.com/wp-content/plugins/above-the-fold-optimization/public/js/jquery.lazyloadxt.min.js?ver=1.1.0",true,6,[3]],["https://www.mysite.com/wp-content/plugins/above-the-fold-optimization/public/js/jquery.lazyloadxt.widget.min.js?ver=1.1.0",true,7,[3,6]],["https://www.mysite.com/wp-content/themes/structure/js/owl.carousel.min.js?ver=4.8.4",true,8,[]],["https://www.mysite.com/wp-content/themes/structure/js/smoothscroll.js?ver=4.8.4",true,9,[]],["https://www.mysite.com/wp-content/themes/structure/js/jquery.magnific-popup.min.js?ver=4.8.4",true,10,[]],["https://www.mysite.com/wp-content/themes/structure/js/jquery.counterup.min.js?ver=4.8.4",true,11,[]],["https://www.mysite.com/wp-content/plugins/sticky-popup/js/modernizr.custom.js?ver=1.2",true,12,[]]]
Another part is I have set
async loading of Javascript will start.
position to footer, but getting these at the header, Can you please give me better idea on this. How I should handle this?
- The topic ‘Getting asynchronous disabled scripts asynchronized’ is closed to new replies.