I have an app that is already used daily to read and sign documents, do reports and many more by about 15 users. I’ve noticed is running very slowly, it always did compared to some other apps(i know this is a web based app though) I’m reaching out to see if others have experienced similar issues or if there are ways to optimize performance.
For example I’m compare it to SafetyCulture, that’s a lot more fluid. Even the Signature Component it takes like 2 seconds after you press ‘‘Done’’ to sign something, on the other hand on SafetyCulture the signature component is instant, and so many more examples like that. Most of the users wait a lot(even 5-10 seconds) for the app to load, that’s frustrating.
The app will have to be used by a lot more users soon so I’m a bit scared because it’s not working fast enough. Don’t get me wrong, I love Glide but it’s frustrating to see other apps or sites or whatever working a lot more faster and be more responsive.
So do you guys know any ways to optimize performance? Thank you very much
thank you for your reply. Located in London, most of us(I’ll say 80%) have Iphones, 4-5g coverage. I’m on wifi all the time and still the loading time is not that great.
@MaximeBaker , when I clicked on the monitor icon I noticed that Date and Time columns take roughly 16 times longer to load than other computed columns. Do you know why this is?
The computed columns are calculated on client side. So if you have a loooot of data, multiple computed columns and a slow computer, because javascript is single thread, it can take more time to load.
yes. Any idea why the basic column might lake a long time? It varies from 0.5ms to 10ms depending on the table and does not seem very intuitive when I compare things like # rows, #columns, etc.