TheCocoaProject / cordova-plugin-nativestorage

Cordova plugin: Native storage of variables in Android, iOS and Windows
http://thecocoaproject.github.io/
Apache License 2.0
292 stars 106 forks source link

Experience slow in ionic native storage in android version(sharedpreferences) #155

Open zyhzx123e opened 4 years ago

zyhzx123e commented 4 years ago

In the document, it stated : Less than 1 milisecond to save or retrieve an object, but in android it is not the case when store large json object into.

I have experienced lagging and screen UI freeze when large data getting written or read

I have tried in ionic/storage storing same amount of data, it did not freeze the UI