#loading large data (5k - 10k rows) without pagination on same page (reduce load time)
6 messages · Page 1 of 1 (latest)
Yes, use pagination.
no without pagination I already reduced the time to 2 sec by hiding unnecessary columns like created_at updated-at
if there something else I can do to reduce at least 1 - 1.5 sec
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.
I'm not sure if that helpfull, but you tried to use pagination?