No one was able to answer Carl Mercier's question:

I'm having a weird problem with IE (6 or 7), but it works fine with every other browser I tried. My pages take -forever- to load in IE. For example, a 1kb gif will take like 6-7 seconds to load. I can't figure this one out, anyone has an idea? The site is at http://ajaxwhois.com and Apache/Django is under the hood.

I tried disabling Javascript, but no luck.

People succeed in answering Carl Mercier's questions 23% of the time (5 successes in 22 attempts).

Answers by: Derek Fox | CaptainTickles | stopdropnr | igismalls | Jake McArthur | jkerr | Rich Collins

jkerr's Answer:

Reply by jkerr 669 days ago

i think it almost has to be a server / browser issue. the lag takes place soon as the request reaches the server. i would test a static html page on ie6/7. if that works, then use source code from your page to add your html, then your css, then the javascript to see if any of those trigger the hang. if none of those then it must be a backend processor/server and ie conflict that hasn't been well documnted yet...