How to asynchronously load a script
-
hi all,
<script async=”async” src=”http://path-to-the-javascript-file.js”></script>
from pagespeed results, suggested to do defer parsing js or Asynchronous javascript
i understand from the above script, you need to add async
what i don’t know or don’t understand is, how do i find which file where i can find the above line to put the async
thanks in advance
The topic ‘How to asynchronously load a script’ is closed to new replies.