DataTables seems very slow in IE9
DataTables seems very slow in IE9
jamesjw007
Posts: 35Questions: 0Answers: 0
I am using your most recent version of DataTables.
I am returning 4,048 entries from a recordset and throwing them into a table.
FireFox performs this in a matter of seconds.
IE9 Does this in around 20 seconds.
I have tried to turn off bSort, bSortingClass with no real significant gain.
The page seems to load, and then freeze while DataTables is trying to convert it from a very long list of rows into the DataTable. Any idea what could be wrong or how to speed this up in IE9?
I am returning 4,048 entries from a recordset and throwing them into a table.
FireFox performs this in a matter of seconds.
IE9 Does this in around 20 seconds.
I have tried to turn off bSort, bSortingClass with no real significant gain.
The page seems to load, and then freeze while DataTables is trying to convert it from a very long list of rows into the DataTable. Any idea what could be wrong or how to speed this up in IE9?
This discussion has been closed.
Replies
Allan
I tried that as well as turning off sorting, sorting classes. The IE page loads in about 4 seconds or less. The loading modal I have dissapears as it should. At this point it seems DataTables in every browser does what it should do almost instantly.
But in IE, after the page technically seems to load. IE then takes about 25+ seconds to convert the table into a DataTable.
I'm not sure if there is a better way to perform this than without doing server side processing. If I can avoid that I would like to as I have never set that up before.
There is an example SSP script for classic ASP here: http://datatables.net/development/server-side/asp_classic (provided by a 3rd party I'm afraid - I can't really offer any support for it!).
Allan