Rails Performance Tuning for Production?
问题 I'm getting close to deploying an application built on Rails 3.1.x and started running some performance tests. After fiddling with ab for a bit, I'm seeing some very discouraging results yielding around 15 requests / second on Heroku. When testing locally I see similar results that really demonstrates that it's an app issue more than anything. I'm running Unicorn, which is about 40% faster than Thin on Celadon Cedar. Further, I'm using the PGSQL shared db. I'm hopeful that someone could share