Some of the queryRecordTypes are working slow for us in prod. I am trying to monitor the performance and it has something 'performanceView.breadcrumb.recordQuery' highlighted. What does that mean and what part of the query/record it points to? Any idea
Also, Appian do recommend using queryRecordType to get the data from the related records too but when I have filters and logical expressions applied to them they are performing slow.
Discussion posts and replies are publicly visible
Hi Radhika
We are experiencing similiar issue with similiar kind of design.
Is this issue resolved. Is there an update on this. Stefan Helzle
Regards,
Vikrant Bhardwaj.
I have seen these in a gridfield before and they are basically the gridColumn() objects. In old gridField() versions I have seen performance view show these breadcrumb texts instead of the column name we give in label. Good thing is they are in the same order as you define in the grid so if you see the 4th breadcrumb have high performance that means some query done in 4th gridColumn() is taking more time. Hope this helps!
I never had this issue, and did not follow the development of this component.