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
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