Ionic 3 how to load fast big array

Hi, How to load fast big array

Please see below the screenshot of sample array.

Maybe you can’t. I would load the array asynchronously. Render everything on your page as it arrives, instead of waiting for the big array. Use Observables and the async pipe to do this. If the array is huge, you might need to chop it into pieces, like what streaming video services do.