Elimante render-blocking resources
问题 I'm trying to optimalize web for speed and wanna ask about Eliminating render-blocking CSS and JS. by JS 'm only using async attr. - lets say, throwin' it at plugins like flexslider, lightbox.. but should I also use this with the base scripts like ?: <script src="https://cdnjs.cloudflare.com/.../4.5.3/js/bootstrap.min.js" async></script> <script src="js/script.js" async></script> Whenever i add async on some script and test it, that .js script won't just operate - as if not linked. What am I