Reputation: 1
I have got a serious problem with one of our websites in IE. http://platformgastvrijezorg.nl/beta
It runs really fast in FF and chrome, but as stated terribly slow in IE7+, +10 seconds. We dont support IE6.
We tried about everything... gzip, minifying js, etc. but nothing seems to help. Our deadline is in 2 days, so any help would be appreciated much!
Thanks in advance.
Upvotes: 0
Views: 661
Reputation: 333
You should do like @edeverett said, also you have a lot of http request, you should at least combine your js and css files if it's possible.
Upvotes: 0
Reputation: 8218
I would guess at the Cufon text replacement. But really the best way to tell is to take out one bit of functionality at a time and see if the problem is fixed. Then you'll know what the culprit is.
Try disabling all JS, then put it back and disable all CSS. This should help narrow things down, from there you can try removing progressively smaller chunks of functionality until you've found the problem.
It's a boring answer and you'll need to be methodical but you'll find the problem.
Upvotes: 1