I use free Cedar for an app under development. When I open my root home%html (no database access yet), there is latency of 3 to 5 seconds or more.
Will this be fixed when I paid? If yes, what should I upgrade to?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You get this because Heroku will idle the application if it doesn’t receive traffic within 1hr. You can read more about this at https://devcenter.heroku.com/articles/dynos. When you pay it simply means your application will not idle so therefore you will not experience this bootup time. After you’ve hit your application for the first time is it then more responsive?