so yesterday i got everything working great no problems..

come today i open my site in browser and it was just sat there trying to load, after checking i found it was the https://ssl.geoplugin.net/javascript.gp call in tpl_cookie_control.php that was not loading. after checking the cookie control google group forum i found this (https://groups.google.com/forum/#!to...ol/4RdhzStOeaY)
You can remove the reference to the geoplugin and enable all countries (ie leave the countries field blank).
We are going to be releasing V6 of Cookie Control in the next few days. The new version of Cookie Control does not use the geoplugin
for the geolocation and therefore will work fine on https sites.
so you can comment out the 2 calls out of includes/templates/your_template_name/templates/tpl_cookie_control.php

<script src="http://www.geoplugin.net/javascript.gp" type="text/javascript"></script>
and
<script src="https://www.geoplugin.net/javascript.gp" type="text/javascript"></script>

doing this my site is back loading fast again.

thanks