tmm1/rblineprof

Production overhead

letronje opened this issue · 1 comments

What is the overhead of using rblineprof in production for every request ?

tmm1 commented

The overhead is variable, depending on the number of files being profiled.

In a production environment I would recommend focusing on specific sets of files (for example all ERB templates), and running the profiler on a subset of servers (or a subset of requests via a rand call in a middleware, for instance).