Team ID:
https://go.glideapps.com/o/oG9mrT7uEbZXXRSRMkwf
App ID:
https://go.glideapps.com/app/ZWebLeQWEZlni3jUAzdU/layout
Description
My app experiences slow performance, particularly during startup. Is there a solution to improve this issue?
Team ID:
https://go.glideapps.com/o/oG9mrT7uEbZXXRSRMkwf
App ID:
https://go.glideapps.com/app/ZWebLeQWEZlni3jUAzdU/layout
Description
My app experiences slow performance, particularly during startup. Is there a solution to improve this issue?
I have 11,000 rows in the database, there are very few query columns that are necessary and yes database has a lot of images.
If you’re showing a lot of images on the front end, I think on the first load it does take a while to load. On the next tries the images would be cached already, so it’s better.
I would suggest using row owners/roles setup where possible to allow users to only download the data they need, and if that doesn’t work, try to compress your images.