0

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.

ChrisGPT was on strike
  • 127,765
  • 105
  • 273
  • 257

1 Answers1

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