My user needs 15-25 seconds, sometimes to 30 seconds or more to open the apps. What can I do to make sure the apps run faster? It’s makes user feel not interested to use. Please help.
I had a similar issue not long after I started using Glide, I discovered that using the built in features (Relations, Look Up, Single Values, Math) significantly increased the speed of the app. I had a separate sheet for nearly everything, mainly because it was a lot to learn and I wanted a quick solution.
Not sure if you’ve done all of the training on how to optimize the features that are built in Glide, but I would highly recommend it if you haven’t… Too much data from one place appears so have a serious impact on the performance, which makes sense when you think about it. Hope that helps.
Have you tried searching the community forum for “app performance”? There have been many topics on this exactly.
The basic idea:
- Load only the data that is needed (Data Editor: row owners, roles)
- Don’t load unnecessary components (Layout Editor: avoid visibility conditions all over the place or too many collections on a single screen)
I would search the forum, it’s been discussed.