Slow Page load on heroku

后端 未结 1 696
猫巷女王i
猫巷女王i 2020-12-12 02:53

I have a rails 4 app on heroku. I\'m relatively new to both.

Every page I load or ajax I execute takes 1 minute. Always no matter when.

I thought it had to d

相关标签:
1条回答
  • 2020-12-12 03:24

    I found information on Twitter.

    this seems to be related to websockets. Disabling it seems to cure the issues.

    heroku labs:disable websockets -a myapp -p production
    

    this makes it work as it used to, though the logs now look different :)

    EDIT:

    Heroku shows this as a resolve issue, but answer applies in case it happens again.

    https://status.heroku.com/incidents/649#update-2163

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