I didn't know where to start this topic, I'm not really asking a question here, but it's about frequently asked questions, so that's why I post it here

I noticed that there is no FAQ about creating behaviors. I thought it would be nice if we could collect the most commonly asked questions and the most frequently encountered problems and put it in a nice FAQ page.
So how about everybody contributes questions / problems that appear to be common?
I start
Q: Two of my actors don't collide, even if the collision groups are set correctly. /
One of my actors doesn't collide with tiles, even if the collision groups are set correctly.
What's going on?
A: Probably the actors are set to "cannot be pushed". Two actors that cannot be pushed cannot collide with each other. Tiles cannot be pushed, therefore any actor that is set to "cannot be pushed" cannot collide with a tile.
Q: Why is my game suddenly slowing down and almost freezing?
A: Check the console. Maybe error messages are flooding the console and causing the slowdown. If this is not the case be sure you don't create a new actor every frame in the "always"-section.
How about it?