How to optimize performance of fnAddData for large tables?
How to optimize performance of fnAddData for large tables?
Syncopated
Posts: 1Questions: 0Answers: 0
Hi,
I have a table that grows to thousands of rows. I periodically add rows to it. I notice that each time fnAddData gets called, it takes up to a few seconds to update while the page is basically unresponsive. At first I thought it might be due to sorting but later I discovered that this happens whether or not I enable sorting. Here's a snapshot of Firebug profiler output:
http://oi55.tinypic.com/j6l8n8.jpg
How can I make my table go faster? Is there work on Data-Tables to make my type of use case go faster?
I have a table that grows to thousands of rows. I periodically add rows to it. I notice that each time fnAddData gets called, it takes up to a few seconds to update while the page is basically unresponsive. At first I thought it might be due to sorting but later I discovered that this happens whether or not I enable sorting. Here's a snapshot of Firebug profiler output:
http://oi55.tinypic.com/j6l8n8.jpg
How can I make my table go faster? Is there work on Data-Tables to make my type of use case go faster?
This discussion has been closed.