jquery-tabledit
jquery-tabledit copied to clipboard
Long load time with large table
I have implemented tabledit on several pages which currently have tables of various sizes. On the page with 30 rows, the editable table is rendered in a second or two. For 100 rows, it loads in 4-5 seconds. For 600 records, the page is locked up for over 20 seconds while tabledit prepares the table. This is in Chrome, and the page locks up for even longer in Edge, prompting me to kill the script. Besides adding pagination to limit the number of rows in the table, is there any way to improve the performance? Is there something about the way tabledit is adding elements to the page that is causing the performance problem?
Hi.
I have this using around 70 row, load times are < 1 second. I did have huge load times at first, but it was my DB query that was wrong, causing memory leaks. Maybe check this to see if its the case.