Hi. You have given little information.
Pay attention to events without a trigger, all events that do not have a green arrow are executed every tick, which is about 60 times per second.
And if you add "for each" to such events, all objects will be searched every tick.
I recommend to use the for each event with a trigger, for example after a collision or at the beginning of the layout, or put it in the event every few seconds.