Internet explore is unresponsive while loading a large page
Posted
by kdhamane
on Stack Overflow
See other posts from Stack Overflow
or by kdhamane
Published on 2010-04-23T09:10:23Z
Indexed on
2010/04/23
9:13 UTC
Read the original article
Hit count: 256
We have a html page being rendered in the browser (IE) that causes the browser to hang. The page is generated through server side script (ASP.NET and viewstate is disabled). The page while loading takes a long time (its not a b\w issue since we can reproduce it on local machine) and sometimes results in script unresponsive error. On debugging the issue we found that the html size on the client side is 4.73 MB. There's also a lot of DOM traversal (using JQuery) after document is ready (jquery-document.ready). After loading as well, the page simply hangs on any user interaction (scroll, mouseover) etc. A CPU usage spike (25-50% usage) is seen during loading and on any user interaction
© Stack Overflow or respective owner