Performance issue (Lookup, Relation & collection-type custom)

Hi everyone,

I’m experiencing a performance issue and could use some advice. My Glide table schema includes X2 relation columns and X1 Split X5 lookup columns. For context, none of my tables have more than 100 rows of data.

The performance degradation occurs on the screen displaying the content for this table. I’m using a collection-type custom layout, and the screen moves slowly. Additionally, when I press any button, it takes around 6-10 seconds to respond.

Any suggestions on how to improve performance / troubleshoot would be greatly appreciated.

Thanks! Yan

It doesn’t sound like you have a lot of columns or rows for that matter. Do you have a video of the supposed bug in action? Have you tried deleting your cache/using the app with another browser?

Thanks, ThinhDinh. I started troubleshooting the problematic screen today. I found that when I removed the photo from the custom collection, everything ran smoothly again. Additionally, when I used a normal list collection with the photo, there were no performance issues. Note that each photo size is small, less than 100KB. So, the bottom line is: I found a workaround. It seems that the custom collection with photos is the problem.


Do you use any CSS with that screen? Or the app in overall?

no CSS

So your collection is right-to-left natively? I don’t have any other clues on why it can take a long time to load other than the images to be honest.

1 Like

thanks again. sorry, I meant to say that I have CSS in the screenshot, but this performance issue happens whether the CSS is applied or not. I have reproduced the problem both with and without the CSS.

1 Like