Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why is jQuery Ajax so slow on IE7?

I am having a problem with jQuery AJAX calls on IE7. This simple code works fine on FF and Opera. But on IE7 it takes 3-5sec. - that's 20 times slower than FF! Loading content is pure HTML and inline JavaScript code. No JS rendering. I even turned of the inline JavaScript code. Bu still slow.

$('#block').load('some url');

How to overcome this problem ? Any help would be greatly appreciated.

like image 659
taras Avatar asked Apr 24 '09 20:04

taras


1 Answers

How to overcome this problem ? Any help would be highly appreciated.

Detect IE7 on page load, and provide a discrete suggestion that users who don't like slow loading should upgrade.

like image 158
Shog9 Avatar answered Sep 20 '22 22:09

Shog9