Common Performance Problems in Rails
Stefan Kaes takes a look at common performance problems with Ruby on Rails. He looks at:
- session containment and storage
- caching constants
- optimizing finder queries
- avoiding slow helpers
(As an aside, InfoQ is shaping up to be a great resource. It's worth checking out from time to time.)