You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tested the app on my old Samsung Galaxy Gio (from 2011) and found some bottlenecks: Especially, loading the list of notes from the database and the synchronization are very slow.
Loading the list of notes from the database
Introduce database index to speed up sorting
Maybe it could be helpful to save the excerpt in a separate column (with index) and then do not load the full note (i.e. load it only without the actual text), when only the list of notes is required.
Synchronization
Synchronization takes very much time, because always all notes are transferred and compared. This could be improved, but requires changes on the server site (e.g. check if the ETag of the notes file has changed).
The text was updated successfully, but these errors were encountered:
I've tested the app on my old Samsung Galaxy Gio (from 2011) and found some bottlenecks: Especially, loading the list of notes from the database and the synchronization are very slow.
Loading the list of notes from the database
Synchronization
ETag
of the notes file has changed).The text was updated successfully, but these errors were encountered: