An unorthodox approach to Ruby performance profiling when everything else fails
I had to follow an unconventional approach to understand why and where our Ruby app is so slow, more here: https://blog.kollegorna.se/ruby-performance-profiling-an-unorthodox-approach-69c549e3293b
Logic was extracted to class_profiler gem.
Any feedback is welcome, here or in Medium :)
Post a comment