How to profile requests in a Rails 3 application

一个人想着一个人 提交于 2019-12-05 16:27:26

I usually use https://github.com/newrelic/rpm new relic. It tells you which is the slowest call on render and it also gives you which line in your code does just that. Very informative and easy to use.

Mike Lewis

Have you checked out the built in profiler?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!