You are viewing a single comment's thread.

view the rest of the comments →

uncommitted ago

What resources do you need?

I'm not a developer so I can't help with that, but I've done my fair share of bulletproofing monster sites. There are definitely techniques that can offload server resources. I haven't examined the site, but you can drop significant resources by using a CDN or caching content that doesn't need to be generated every pageload. I'd imagine that your bottleneck is the database at this point, sharding should be pretty painless and could do magical things.