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
Comments
Post a Comment