I am building a contact app in ionic 2. Contacts are displayed through ion-list.I am using sqlite as db whenever I do operations like delete,insert, at least update it is at least 30 sec to load all the ion-item again.Is there any alternatives for this or how I can increase the performance.Sqlite is fast but the items are loading slow.
Using virtual list is impossible for me since the list is of following structure.(But i did try virtual list removing the ion-item-group but still same issue).
ion -list
ion-item-group ->(Here i am grouping the contact based on alphabet)
ion-item-divider
A,B,C etc…
ion-item-divider
ion-item
/ion-item
/ion-tem-group
/ion-list