matrix-org/matrix-android-sdk

MXFileStore takes too long time to open and call onStoreReady callback

ahosseinich opened this issue · 1 comments

When the mainactivity is created i open the store. it takes 5 seconds the store to be ready. if i close the app and open it again, it takes 5 seconds again the store be ready. in this 5 second till store be ready, just few KB transfers through network.
whats the problem that store takes too long to be ready?

The store de-serializes all data that has been stored in files. It can take a long time to be performed.
This is one of the reason why we are entirely rewriting the APK in RiotX.