Which is better performance wise, wait() or wait(x)?

Read this, it answers most of these questions.

tl;dr: Never use wait(). Rarely use wait(n) – almost always there’s going to be event you can Connect to or Wait on instead.