ActionDispatch::Routing::RouteSet#call Rails 4.1 really slow

前端 未结 2 1966
清歌不尽
清歌不尽 2020-12-24 14:50

I\'ve searched for days but can\'t find any relevant answers to this question.

In my Rails 4.1 app hosted on Heroku, when the load goes up, some PUT requests get REA

相关标签:
2条回答
  • 2020-12-24 14:57

    You could use rack-mini-profiler to check where the real problem is.

    0 讨论(0)
  • 2020-12-24 14:58

    The slowdown is an indicator that it's Heroku-specific. Probably why you saw the problem disappear when you upgraded to Performance Dynos.

    0 讨论(0)
提交回复
热议问题