Problem with WWW (Performance Issue)

Hi ,

Am downloading 10 images from server and displaying on my UI flow.

Sometimes app is crashing.

How to reduce the burden of WWW so that app not crash ?

Thank you !!!

It depends on how you’re downloading them, it’s better to manage a queue than download all of them simultaneously, for example max 2-3. You could use a Queue and Dequeue items inside a loop.