Diagnosing the cause of slow view rendering

前端 未结 5 1483
滥情空心
滥情空心 2020-12-04 08:29

I\'m not sure when this started, but something unusual is happening in my app (run locally on a development machine). Suddenly I am seeing messages like:

Sta         


        
5条回答
  •  自闭症患者
    2020-12-04 09:05

    If you're coming from rails 3.2.13 note that a bunch of people have experienced this issue and reverting to 3.2.12 seems to resolve it. You can find more info here on github.

    In my case disabling config.assets.debug sped things up a little, but reverting to 3.2.12 dropped request time from around 4 seconds to around 250ms.

提交回复
热议问题