I have an application in PHP (codeigniter + MySQL) hosted in a shared web environment. Database viewing and writing accesses have increased a lot in recent times and I'm experiencing "Throttling CPU" problems on the part of the hosting server.
I have reached the point that I have to change servers due to the slowness that the site is undergoing. I have around 10 thousand people connected at the same time and from those connected, at least 8 thousand record something in the database.
What to choose between Dedicated and VPS?
I've read so much about them that I've been confused and would like to know in your practice.