Bandwidth is probably not going to be your limiting factor. More likely it is going to be response time. If you're just serving static files, a tiny VPS can easily serve that. If you have a lot of database queries and PHP scripts going then it might be more resource intensive for the server. Check your stats. If you have SSH access, use "top" to see your server utilization in realtime.
|