Hi everyone,
This is just a general question on efficient data management. I have a single dynamic Survey123 form that acts as a all-in-one form. However, that leads to all the variables being crammed into a single feature layer item. But I utilize groups and repeaters so everything is not in a single layer as seen in the picture below.

My question is:
Despite everything being crammed into a single feature layer is it still efficient since everything is separated into separate layers within the feature layer? I only load a single layer such as "pier" when using ArcGIS Arcade. If this starts to scale with more data and more groups/repeaters will the dashboard start to slow down?
I use a data expression to create a layer using the "FeatureSetByPortalItem" function and I select individual layers to load. Overall, there may be hundreds of columns in the entire thing but each individual layer would only have 10 columns or so.
Thanks for any clarifications on this matter.