#loading large data (5k - 10k rows) without pagination on same page (reduce load time)

6 messages · Page 1 of 1 (latest)

calm raptor
#

i had a project that need to load large data using ajax but takes a lot of time to load 5-6sec + 2 sec to fill tables

is there a way to reduce ?

twilit thistle
#

Yes, use pagination.

calm raptor
#

if there something else I can do to reduce at least 1 - 1.5 sec

twilit thistle
#

Yeah, but using pagination, which is literally a solution for large datasets.

I don't understand what a 1 sec diff is gonna change here if you already reduced the selected columns.

bronze gorge
#

I'm not sure if that helpfull, but you tried to use pagination?