You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.