Hi,
I've an external JS code from another site in my web site. It's like:
<script type="text/javascript" src="http://www.domain.com/js/buton.js"></script>
But when "domain.com" is down, my web site opens very slowly due to this .js. How can I solve this problem? I have to use this .js from this external site.
Thanks from now.