ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Rails Performance Needs an Overhaul

Added by kiran patil at 2011-11-30 11:16 am

Browsers are getting faster; JavaScript frameworks are getting faster;
MVC frameworks are getting faster; databases are getting faster. And
yet, even with all of this innovation around us, it feels like there
is massive gap when it comes to the end product of delivering an
effective and scalable service as a developer: the performance of most
of our web stacks, when measured end to end is poor at best of times,
and plain terrible in most.

Please read the rest of the article and video presentation.

http://www.igvita.com/2010/06/07/rails-performance-needs-an-overhaul/

Thanks,
Kiran.