Performance in IE.
I have a large scale Ajax web application which uses many ActiveWidget components spread over several tabs on a single web page.
Most of these are loaded in at the the start, and it takes several seconds to load in the application (and render the components, most of which are in display: none divs) in FireFox. In IE however it takes as much as 6 times as long!
Whilst I understand that IE isn't the best for running javascript, the application doesn't really have all that much to slow it down (No multiple global lookups for example).
Assuming that the ActiveWidgets loading/rendering is slowing it down, is there a solution to this problem without me having to half rewrite the application?
Most of these are loaded in at the the start, and it takes several seconds to load in the application (and render the components, most of which are in display: none divs) in FireFox. In IE however it takes as much as 6 times as long!
Whilst I understand that IE isn't the best for running javascript, the application doesn't really have all that much to slow it down (No multiple global lookups for example).
Assuming that the ActiveWidgets loading/rendering is slowing it down, is there a solution to this problem without me having to half rewrite the application?
James at i4
February 20,