I am working on a Big Data client side application. Server language is Java. Within Frontend I have heavily vanilla JavaScript but AngularJS as MVC framework.
Problem
Dealing with big data analysis, at a time a single REST api response is around 1.5MB to 3MB. Dealing with this data to construct DOM is a pain.
Suggest, What are the options do I have to optimize the page responsiveness"
Give me your concrete workarounds!
Sample JSON could be:
var data = [
{
prop:val,
prop2: {},
prop3:[
id: val,
prop4: { {}, {}, {}, {}},
prop5: [ [], [], [] ]
]
},
{},
{},
{}
]
Some Use cases
A very basic example is here: http://shekhardesigner.github.io/OuchGrid/
One of the more frequently asked questions about the native JSON data type, is what size can a JSON document be. The short answer is that the maximum size is 1GB. However, JSON often changes how data modeling is done, and deserves a slightly longer response.
How do you use the JSON Minifier tool? Enter your JSON text or file into the first text area above, the JSON text will be automatically minify in the output text area, easily minify any JSON text fast and free.
JSON responses are not natively compressed. Response compression can optimize network bandwidth usage and increase application responsiveness.
some of my advice:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With