Mindreframer

Measuring Ruby

by Roman Heinrich

http://confreaks.com/videos/2668-gogaruco%202013-measuring-ruby

Profiling Ruby App:

  • Use latest Ruby :)
  • Audit memory usage with memory_profiler
  • run rack_mini_profiler in dev and production
  • use flamegraphs to find slowest code
  • use rbtrace to understand, what your code is doing

Links: