Measuring Ruby
http://confreaks.com/videos/2668-gogaruco%202013-measuring-ruby
Profiling Ruby App:
- Use latest Ruby :)
- Audit memory usage with
memory_profiler - run
rack_mini_profilerin dev and production - use
flamegraphsto find slowest code - use
rbtraceto understand, what your code is doing