So, I use a script like this on my website:
<script type="text/javascript" src="http://scriptsource.com/whatever-min.js"></script>
From a performance/speed perspective, is it better to pull a script from a remote source like that, or embed the whole script directly on my site?