My website is www.casino-online.bz and as you can see it is very slow cause it have many banners on it. All the banners are external: they are loaded from external websites. I created a custom html module for any banner and put the code inside.
Code example:
<script type="text/javascript" src="http://externalwebsite.com/ad.aspx?pid=349895&bid=4473"></script>
The website is slow because the custom html modules are sync.
I read I could use defer or async attribute for the javascript code, but it does not work for <IE9. So it is not a good solution.
My goal is to load the content and after that the banners (defer). Can you help me to find something that could defer/accomplish that?