views:

19

answers:

1

I just created a website ( http://www.kalif.ca ) for my business.

When I load the site in IE (in my specific case IE 8 on Win 7), on the main page, the only image that's loaded is the logo.

Any insights as to what might be happening would be greatly appreciated.

+2  A: 

seems to me that getclicky and crazyegg javascript are slowing your site down but the main thing that sticks out is that you are giving your URL's full paths e.g. http://kalif.ca/media/images/excavator.png and the http://kalif.ca isn't working correctly and taking a long time to redirect to www.kalif.ca and thus show the image. If you insist on full paths please update them to www.kalif.ca.

PaulStack
Wow, the site is extremely slow in IE! It loads pretty fast on Safari and Chrome. I'll have to chop crazyegg and maybe even clicky.As for your suggestion to replace kalif.ca with www.kalif.ca. Totally worked! Thanks so much! I wish I could your answer*10 :).
Pilgrim
+1 Not sure whether the full paths are the root of the problem, but the site is loading awfully slowly and with lots of timed-out connections, even with JavaScript turned off.
Pekka
@Pilgrim if the answer sorts it for you, you can mark it as accepted.
Pekka
@Pekka - if you have firebug - change the path of one of the images and try it and they load instantly
PaulStack
@Paul yup, that indeed did the trick, it's lightning fast now.
Pekka
So the javascript was not causing it to be slow?!
Pilgrim
@Pigrim I don't think so! At least not in regards to the images loading up. They can slow down page loading as a whole, though, if their servers are slow to respond.
Pekka
it looks like the redirect to www version of the site was slowing it down not the javascript
PaulStack
Awesome, thanks so much to both of you for your help :)
Pilgrim