Ask HN: My web startup is growing fast what next?

https://news.ycombinator.com/item?id=2235651
by digamber_kamat • 15 years ago
8 19 15 years ago

Dont ask me whats the url of the startup. Let us assume the question to be hypothetical.

Our website is in beta phase and I am the only coder in the team. Looking at the idea some investors have given us a decent amount of money.

We launched this site through invitations to 100 people. Within a week we hit the 1000 registered users mark. Till then we had hosted our site on rackspace cloud with a server with 256MB (thats not a typo) machine. The tech stack was LAMP.

Sensing the growth we increased the RAM to 1 GB. The number of users at any given time was around 40. The RAM was more than sufficient for such a scenario but still the site started slowing down.

I immediately shifted the mysql server to a different machine. That really did not make much difference.

So I looked at the most frequently used operations (which was some queries with joins). I indexed all the tables accordingly and installed memcache to cache the queries for half an hour or so (wherever possible).

Now the number of online at any given time is increased to 120. Total registered users is 9000. Our investors are happy and co-founders think we are successful and now trying to buy an office for ourselves and build a proper team.

However I am clueless as to think how we can scale hence forth.

Can people give me some pointers as to the different paths I can follow? Please note that we cant host the server ourselves, we would love to continue with rack-space.

Related Stories

Loading related stories...

Source preview

news.ycombinator.com