rendering large json file - 60 mb +

9 views
Skip to first unread message

Dheeraj achra

unread,
Apr 15, 2013, 12:42:40 PM4/15/13
to Pure-Unobtrusive...@googlegroups.com
Hi,

I am trying to find a way to efficiently render a large json file using PURE. Right now if I render a large file, it just takes too long and I rather have file chunked into smaller files for processing. But the server is auto-generating the json file so the size could be big in cases so looking for a way to read chunks at a time and let PURE render that till user requests next chunk from the same file.

Any idea ?

Cheers,

D

Mic (BeeBole)

unread,
Apr 15, 2013, 4:57:34 PM4/15/13
to Pure-Unobtrusive...@googlegroups.com
The time is probably lost in the DOM painting. And not in the Javascript run.

Showing 60Mb of data in a single browser page (and to the human who looks at it) is may be not the best approach.
Pagination or infinite scroll may be an option.
Reply all
Reply to author
Forward
0 new messages