I learned a while ago that you could optimize a bit with loops by placing them in groups that you activated - ran the loop - and then deactivated in the same event line. To prevent the program from searching through all loop names
I am wondering, does the same logic apply to loops with the ForEach object?

