BB
It takes a few secs on my pc too and I'm on bband.
Asa posted:
A second or two on broadband? That's really bad!! The HTML page, image and Flash animation = around 37kb which is more than the old page but caching should help with the last two. It
may
be the opening and closing of the text file that is causing the lag although I can't really see it being much more intensive than connecting to a database. Any expert know which is better?
It takes a few secs on my pc too and I'm on bband.
PE
Pete
Founding member
Well all I did was comment out the advert script and the whole thing sped up instantly.
<script language="JavaScript">
var ans_timestamp = (new Date()).getTime();
document.write("<scr" + "ipt language="JavaScript" src="http://ads.adviva.net/serve/v=300;m=2;l=1455;ts=" + ans_timestamp + ""></scr" + "ipt>");
</script>
and the original page
and without advert script
watching the statusbar in Mozilla it seems to be their server being slow that's causing it all.
<script language="JavaScript">
var ans_timestamp = (new Date()).getTime();
document.write("<scr" + "ipt language="JavaScript" src="http://ads.adviva.net/serve/v=300;m=2;l=1455;ts=" + ans_timestamp + ""></scr" + "ipt>");
</script>
and the original page
and without advert script
watching the statusbar in Mozilla it seems to be their server being slow that's causing it all.
BB
Ahh, so it it... good on you Hyma..
Hymagumba posted:
Well all I did was comment out the advert script and the whole thing sped up instantly.
<script language="JavaScript">
var ans_timestamp = (new Date()).getTime();
document.write("<scr" + "ipt language="JavaScript" src="http://ads.adviva.net/serve/v=300;m=2;l=1455;ts=" + ans_timestamp + ""></scr" + "ipt>");
</script>
and the original page
and without advert script
watching the statusbar in Mozilla it seems to be their server being slow that's causing it all.
<script language="JavaScript">
var ans_timestamp = (new Date()).getTime();
document.write("<scr" + "ipt language="JavaScript" src="http://ads.adviva.net/serve/v=300;m=2;l=1455;ts=" + ans_timestamp + ""></scr" + "ipt>");
</script>
and the original page
and without advert script
watching the statusbar in Mozilla it seems to be their server being slow that's causing it all.
Ahh, so it it... good on you Hyma..