Javascript Running slow in IE
Posted
by SharePoint Newbie
on Stack Overflow
See other posts from Stack Overflow
or by SharePoint Newbie
Published on 2010-05-13T06:10:41Z
Indexed on
2010/05/13
6:14 UTC
Read the original article
Hit count: 361
Hi,
Javascript is running extremely slow on IE on some pages in our site.
Profiling seems to show that the following methods are taking the most time:
(Method, count, inclusive time, exclusive time)
JScript - window script block 2,332 237.98 184.98
getDimensions 4 33 33
eh 213 32 32
extend 446 30 30
tt_HideSrcTagsRecurs 1,362 26 26
String.split 794 18 18
$ 717 49 17
findElements 104 184.98 14
What does "JScript - window script block" do?
We are using jquery and prototype.
Thanks,
© Stack Overflow or respective owner