[Components] Performance issues

Hello, I have a pretty simple table, with some more complex functionalities, like mutiselect when holding shift etc… I decided to make it into a component. Anyway, the issue is, that the component loads like 1s after the collection loads. It’s like 37 rows of data, which should be instant. I even reworked it to access the collection data directly, and that made it a little faster, but it’s still not as fast, as something like a title from the same collection, that is bound to text.

Is this to be expected?

In the Editor or in the published version ?

Hello, it’s in Production also, I checked the network tab, and the collection is loaded almost instantly, while the UI (directly bound to the collection) has a delay of like 1s. I have some custom JS workflows when user clicks on the items, but I don’t think I have anything that would be blocking the thread/loading in any way.