jQuery Ajax IE响应缓慢

Another IE problem - this time with ajax response data being too large.

With FF and Chrome the result is shown almost instantly. IE however freezes for a while before the results are shown. The format is HTML returned from a simple db query, and in some instances the response data is 900 rows long.

Seriously, what can I do to speed up IE?

Problem solved!

I was using tableSorter.js on the results. This injects alot of code into the DOM which IE doesn't like. I have disabled sorting for IE, and it now works much quicker.

Still very frustrating though - Every other browser works flawlessly, IE holding the world back as usual.