I have deployed a portolio app to heroku but it loads slowly on heroku versus locally it loads fast. I have tried to add a monitor bot (https://uptimerobot.com/) to reload the app every 30 minutes. However I eventually run out of hours of free dyno. Are there any other solutions? Or any other place I can deploy my app to.
Asked
Active
Viewed 108 times
1 Answers
1
Heroku isn't loading slowly, it puts your app to sleep when it hasn't been in use for 30 minutes to save up dyno hours. It only takes a minute to boot the first time because you are waking it back up. Just like a computer takes a minute to wake up, it isn't because it's slow, it's because it was asleep. Heroku dyno sleeping documentation

Dylan L.
- 1,243
- 2
- 16
- 35
-
thanks im a new reputation user here I appreciate this chris – Kyrie Curving Mar 28 '22 at 00:41
-
If the answer helped you or you think it answers your question tap the checkmark on the answer. – Dylan L. Mar 28 '22 at 00:43