When users are loging in to my app they are getting timeout errors. Once logged in, the landing page is calculating a few things on the FM side for display.
Nothing too major - 4 SUM’s via eSQL statements. Found set is small (20-30 records), total records in table is around 340,000. No JOINs in the eSQL but there is a BETWEEN in the WHERE clause.
This is several users reporting it, generally on iPhones.
I would start by investigating those long call times. Something in file maker is making it run really long. You can experiment first by just running that hook locally.