Application Performance Optimization Tips
Unnecessary parallel branches in Flows
- Try to minimize parallel branches, it will decrease active cursors and improve Work-Relay performance.
Triggers/SF_Flows_Processes on Work-Relay Objects
- Do not use triggers, Salesforce flows, Salesforce processes on Work-Relay Objects like:
- Flow_Instance__c
- Flow_Instance_Cursor__c
- Flow_Instance_History__c
It may negatively impact on Work-Relay performance.
Fields Update
- Check and remove unnecessary field updates.
0 Comments
Add your comment