This is a migrated thread and some comments may be shown as answers.

Slow Script Error in IE8

1 Answer 82 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Cyndie
Top achievements
Rank 1
Cyndie asked on 07 Feb 2012, 05:29 PM
I have a chart that is using a datasource which queries a web service based on a time range selected by the user.  The web service is set to limit the results to a maximum of 800 values.  In IE9 it is no problem and the request duration for a query takes 203ms with a content length of 100264.  The same query in IE8 results in a a script error on the page "A script on this page is causing Internet Explorer to run slowly".  Is there any guidance on datasource response size limitations with IE8?

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 10 Feb 2012, 04:28 PM
Hello Cyndie,

Internet Explorer throws this error if the number of executed script statements is more than the configured maximum. This can happen if the structure of the objects is complex and requires more instructions in order to be parsed. You could either simplify the structure or change the configuration to avoid the error.

All the best,
Daniel
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Charts
Asked by
Cyndie
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or