How Art.sy survived a NYTimes.com homepage launch with Heroku + MongoHQ
success.heroku.com
How Art.sy survived a NYTimes.com homepage launch with Heroku + MongoHQ
1–10 of 39 posts
Re: How Art.sy survived a NYTimes.com homepage launch with Heroku + MongoHQ
#2Re: How Art.sy survived a NYTimes.com homepage launch with Heroku + MongoHQ
#3Re: How Art.sy survived a NYTimes.com homepage launch with Heroku + MongoHQ
#4I'd love to deploy on Heroku, but it's so dramatically more expensive than aws. For a startup, is it really worth that additional cost?
Re: How Art.sy survived a NYTimes.com homepage launch with Heroku + MongoHQ
#5I'd read this with a grain of salt. I remember looking at art.sy via the NYTimes link and thinking the site was terribly slow. I still find it moderately slow. I am not sure they really need mixpanel, google analytics, and kissmetrics, on every click and the api calls should take less than the 1-4 seconds I am seeing.
Our average API response is 380ms. It's about 20x too long as far as I am concerned. It's not Heroku's fault to be fair, there's a mix of Ruby code, database queries and some not so easy to optimize math in some cases. It's definitely work in progress.
Re: How Art.sy survived a NYTimes.com homepage launch with Heroku + MongoHQ
#6I'd love to deploy on Heroku, but it's so dramatically more expensive than aws. For a startup, is it really worth that additional cost?
Heroku is really just AWS with convenience, isn't it? I'm not sure what else they do - but I guess that "convenience" is worth it for some.
Once you move past that, because your app is well structured you can easily deploy on your own hardware.
Re: How Art.sy survived a NYTimes.com homepage launch with Heroku + MongoHQ
#7I'd love to deploy on Heroku, but it's so dramatically more expensive than aws. For a startup, is it really worth that additional cost?
Then there're traffic spikes. Pretty hard to deploy to bare metal or EC2 instantly without building your own Heroku-like system.
Re: How Art.sy survived a NYTimes.com homepage launch with Heroku + MongoHQ
#8I'd love to deploy on Heroku, but it's so dramatically more expensive than aws. For a startup, is it really worth that additional cost?
Heroku is really just AWS with convenience, isn't it? I'm not sure what else they do - but I guess that "convenience" is worth it for some.
Re: How Art.sy survived a NYTimes.com homepage launch with Heroku + MongoHQ
#9I'd love to deploy on Heroku, but it's so dramatically more expensive than aws. For a startup, is it really worth that additional cost?
Re: How Art.sy survived a NYTimes.com homepage launch with Heroku + MongoHQ
#10Earlier quoted context omitted.
Heroku is really just AWS with convenience, isn't it? I'm not sure what else they do - but I guess that "convenience" is worth it for some.
Is it possible to launch using just a single dyno and heavy caching/optimization?