...
Slow database queries will be listed on this page with hints to improve performances. Always make sure the SQL queries use indexes !
Ruby VMs
The Ruby Virtual Machine manages the memory allocation throughout objects life-cycle. The Garbage Collector (GC) kicks in to destroy unreferenced objects and free memory space.
...