Closed
Description
Connor McDonald posted a video on LinkedIn named When MORE triggers means better performance!.
He explains that multiple DML events per trigger can cause additional locks and therefore performance issues. The solution is to define a trigger per event (or avoid triggers if possible of course).
I think this would make a fine rule and it is easy to check.