Best practice for spawning enemies on a level?

I’m just wondering what will be the best practice for spawning enemies on a map level.

it’s worth to use a object pool ? or can i use a simple actor spawning ?

can impact the game performance if i avoid to use an object pool ?

thank you for the answers!