How to debug Ruby performance problems in production
A lot of performance problems can be found and fixed during development. But what about those slowdowns that only show up in production? Do you ship tons of tiny “maybe this fixes it” commits to see what sticks? You don’t have to ruin your code to analyze it. Instead, try rbtrace-ing it.
Post a comment