mitchspano / apex-trigger-actions-framework

A framework for partitioning, ordering, and bypassing trigger logic for applications built on Salesforce.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Performance of MetadataTriggerHandler class is slower due to too much usage of if-else blocks.

bishwambharsen opened this issue · comments

Expected Behavior Faster performance of MetadataTriggerHandler class

Actual Behavior Slightly slower due to repetitive use of if-else blocks.

Steps to Reproduce the Problem

  1. Perform a DML update and check the Execution Performance Time.

Specifications

  • Version:1.0
  • Platform: macOS