Rails Performance Checklist
Review this checklist and answer these questions according to your rails app. Make the necessary changes to achieve better performance.
Server
- Are you using a multi-threaded server?
Database
- Have you created an index on every column that gets searched on?