Hi there,
I want to optimize my appās performance.
- Is there a document on the Glideās website?
- Do I avoid relations as much as possible?
- Should I only work with user rows?
Also looking forward to your thoughts/tips.
Hi there,
I want to optimize my appās performance.
Also looking forward to your thoughts/tips.
Is there a document on the Glideās website?
There is a lot to learn from the Glide library. I donāt know of a specific page about performance, but there might be.
Do I avoid relations as much as possible?
I think you can trust relations in Glide Tables to be speedy.
Should I only work with user rows?
I donāt know about āonlyā. You can use ārow ownerā if you want the owner of that row only to see the data in that row and nobody else ever. Using ārow ownersā and ārolesā rather than filtering and visibility will speed up your app if you have a lot of rows (25k, 50k, 100k ā¦).
A few ideas here: