I have a website, which decently performs in FF and other browsers. but when it come to IE 7 and IE 8 (tested) the performance gets too slow
http://example.com/Mobiles/Blackberry-Bold-9000
any tips to improve performance in IE?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I analyzed your site briefly using dynaTrace Ajax edition and from what I can see you are calling the Ready function 287,000+ in the around 10 seconds it takes to fully load the page, which accounts for about 70% of that time. I didn’t trace your script so I don’t know why. Nor do I know if this is IE running amok or that you are calling it that much on other browsers and it just executes faster.
In general, you are not caching enough. You are also serving almost everything off the same domain and would do well to at least move some of your images, js, and css to sub-domains or off a CDN.
Have fun.