Thursday, January 28, 2016

Async in javascript tag

2 script file downloads parallel
<script async type=<text/javascript> src=".... Js">

Put javascript file before the closing of body tag,  so parser of html not blocked

No comments:

Post a Comment