A new way to understand your Rails app's performance - Justin Weiss

Is your Rails app slow?When it takes seconds to load what should be a simple view, you have a problem worth digging into.You could have too many database calls or some slow methods. Or maybe it’s that speedup loop someone put in your code and forgot about.You can find lots of tools to help you find out what’s slowing your app down. A few weeks ago, I talked about rbtrace. New Relic’s rpm gem has also helped me speed up my apps.But my favorite tool for exploring performance problems does a lot more. Out of the box, it shows you what your code is doing. But when you add a plugin to it, it becomes even more powerful. It helps you see your app’s performance problems, visually. And that can help you find and fix slow apps, faster.
A new way to understand your Rails app's performance - Justin Weiss #ruby #rubydeveloper #rubyonrails #performance https://www.rubyonrails.ba/single/a-new-way-to-understand-your-rails-app-s-performance-justin-weiss

Nezir Zahirovic

Contractor Ruby On Rails (8+ years) / MCPD .Net / C# / Asp.Net / CSS / SQL / (11 years)

related articles