RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

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

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in