Rails app Time to first byte very high using heroku -


when loading rails app in production (hosted on heroku) takes 10 seconds load. happens on first time site loaded. subsequent page views load normally. view @ kurtiselliott.com

this because heroku lazily spin dyno means first request take ~10 seconds. if leave app idle little while heroku spin down dyno.

see article full explanation

https://devcenter.heroku.com/articles/dynos#dyno-sleeping


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -