Hi All,
I have a flying club app which works quite well however I am experiencing a performance issue now that the database is growing:
When a user connects for the first time of the day, my App will show to the user a PopUp if the flight time for the last 3 months is below a certain amount.
The Page load Workflow looks like this:
When Page is loaded and if first connection -> “Search For” sum of flight time in the “Flight database” based on the “Current User ID” -> if condition met then Popup is shown.
The problem is that at the time the workflow runs the search is not yet completed in the background resulting in my popup showing every time. (“Warning, no flights in the last 3 months”)
Basically for the first 30 seconds or so (Sometimes less sometimes more) the “search for” returns nothing. My guess is that it takes some time to load the “Flight Database”.
I have read the performance Q&A but can’t find answer to my query.
Amyway we can speed up the loading of a specific database upon page load ?
Thanks to all