Hi all,
I have a general question about experience with local db.
What I do:
I download 4 different xml files from my server and put them in 4 different table in local db. The “biggest” table has about 400 entries with 12 columns. I do always first an insert and afterwards an update in order to put new entries into db and update existing ones, cause I am dealing with results of a Handball Team.
Basically everything works fine, appart from the thing when I start the app for the first time (Test Center and on the phone the same) it takes about 20 seconds, till I can do other db operations. For example is one of the tables containing news. It takes up to 20 seconds, till the overview page is displayed. Afterwards everything works straight away. Also i do download every time a screen is displayed the latest data. Once the APP is started it works.
In the console I can see, that the download of the xml files is done after 2-3 seconds.
Same thing when I do not download anything and I am not doing any db operations. When I just go to the local storage expector it takes also 20 seconds till I can see the content of the tables.
Does anyone have the same problem, or an idea why this is happening?
Thanks and best
dabbelju