[Solved] Checking about conditions and actions which creates lag

Hello. How can i check which conditions and actions are using more memory or creating more lag? so i can try to fix them. My game is getting more laggy over time. Thank you for your time :slight_smile:

You want the profiler: http://wiki.compilgames.net/doku.php/gdevelop5/interface/debugger/profile-your-game :wink:
Common slow events are collision test, separate action, and many objects with complex behaviors as platformer.

That is what i needed ! thank you so much :slight_smile: