Large dataset performance, even with server-side???
Large dataset performance, even with server-side???
mvelasquez
Posts: 17Questions: 0Answers: 0
I have a dataset of ~5000 records.
It's 4 columns deep.
I have it populating server-side and it still takes about 7 seconds to render the datatable.
It's near instantaneous to create the JSON object on the server-side. The 7 second lag happens on the client side when it renders the table itself.
Is there anything further that I can do?
I'm running:
jQuery 1.5.1
datatables 1.7.6
server-side data loading
4900 records
ASP.NET MVC C#
It's 4 columns deep.
I have it populating server-side and it still takes about 7 seconds to render the datatable.
It's near instantaneous to create the JSON object on the server-side. The 7 second lag happens on the client side when it renders the table itself.
Is there anything further that I can do?
I'm running:
jQuery 1.5.1
datatables 1.7.6
server-side data loading
4900 records
ASP.NET MVC C#
This discussion has been closed.
Replies
Allan