|
|
|
|
|
by cvsintellect
4675 days ago
|
|
We are thinking of local storage. There were multiple challenges related to it. Sending all data at once would make save slower. and when you save some small change a lot of data would have to be resaved at once. By splitting the data save into chunks we thought would give best performance - user experience balance. We will rethink on this and get back to you. thank you for your time :) |
|
You have to be smart to send the data that is changed or client side compression is another option.