Triggers Editor

Wondering if anyone has any input on this question.
Does it matter how long a single trigger is when it comes to computational speed as apposed to Trigger A -> Trigger B in sequence? or just Trigger A&B in the same event? I want all the stuff to happen but idk if its faster or slower being in 1 or 2 parts. Or is it to much like splitting hairs? hahaha

I’m not totally sure, cause I’m more of a data guy, but I think they are at the same speed. The only thing that will occure from having trigger A first and trigger B second, is that if both have a same event but with a different action, the last one will apply the change. In other words, it’s like at the 0 second of them happening, in order of index, they are all checked, then applied at once.