In HTML, one can reference a file that contains just javascript by using the javascript tag with the src attribute:
<script type=”text/javascript” src=”http://www.server.com/myscript.js”></script>
This can have some benefits with regard to performance, except when the file is located on a different server that you have no control over. Having more than one of these external javascript links […]
Continue reading " External Javascript Kills Website Performance "
