When we input an arcade for a filter in the dashboard, the dashboard takes almost a full minute to load, even though the arcade is relatively simple.
The current arcade brings 4 values from 2 different tables (that are joined by one of those values) to allow us to identify create a drop down for the user to see which records have no joined data.
The user story for this is: I have alarms in a table and I have tickets in a table. These are tied by a key tie once the alarm has been identified as an issue and a key has been created. I need to be able to identify any of the alarms that do not have a ticket associated with them.
Through support case 04065494 it was recommended to submit to the ideas board to revisit the way it is interacting with the underlying data.