Server Processing
Server Processing
boopaathykpm
Posts: 4Questions: 0Answers: 0
Hai every one,
I was using the server processing method to retrieve the data, i have nearly 3000 records and i am loading it in datatable, when i am doing so it takes nearly 2minutes to load the data, is there any way to increase the performance of the datatable when loading the data.
I thought of doing, loading first 100 records when it loads and then load remaining records when we click on the last, whether it is possible?
please help me out
I was using the server processing method to retrieve the data, i have nearly 3000 records and i am loading it in datatable, when i am doing so it takes nearly 2minutes to load the data, is there any way to increase the performance of the datatable when loading the data.
I thought of doing, loading first 100 records when it loads and then load remaining records when we click on the last, whether it is possible?
please help me out
This discussion has been closed.
Replies
Allan
Could you say how to check the XHR response, as i am new to datatable, and i'm loading data from 3 tables by checking date,time,etc , could this may be the problem of slow loading of data,
pls give me a option to overcome this problem
This is very critical
I checked the XHR response time it took 45.14s to execute the file, 4mb of data was loaded from the server processing file,
Whether i am doing any mistake in loading the data to the datatable
4Mb is a lot of table data - no wonder it takes a while to load!
Allan
i tried the same method in different way now it loads much faster,
Thanks for all the replies!!!!