Hi,
I am trying to enhance the peformance of my app.
Loading data in a gallery takes a long time so I tested loading the data in a collection in stead of the gallery.
I use powerapps monitor and find that the code Filter(Mytable,Mycriteria) used in the items property of the gallery takes 43 seconds
However if I do ClearCollect(MyCollect,Filter(Mytable,Mycriteria)) it takes 2 seconds.
The difference would then be explained by code for the gallery item controls I presume?
Since monitor does not specify on that level is ther someway to find out except for scrutinizing alle code for every control?
Or is many controls with lots of specific for codes/colors/fills etc based on available item properties enought to cause this kind of performance drop?