Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Off Heroku? #9

Open
judy2k opened this issue Aug 17, 2015 · 8 comments
Open

Move Off Heroku? #9

judy2k opened this issue Aug 17, 2015 · 8 comments

Comments

@judy2k
Copy link
Member

judy2k commented Aug 17, 2015

The container startup time on Heroku is pretty slow. Maybe the site should be moved onto an EC2 instance.

@d0ugal
Copy link
Member

d0ugal commented Aug 17, 2015

or you could just start paying the $7 a month to Heroku so it is always on... I suspect you could get this for free for a UG if you happened to know of somebody that worked at Heroku you could ask ;)

@judy2k
Copy link
Member Author

judy2k commented Aug 17, 2015

Ha ha, nice! I'll see if I can think of someone ;-)

@bigkevmcd
Copy link

When you say "slow", how long? shouldn't be any more than a few seconds...depends on how long your app takes to come up...

@judy2k
Copy link
Member Author

judy2k commented Aug 17, 2015

It is just a few seconds - nothing dramatic, just noticeably slow. This wasn't something I was desperate to do - just something I was considering in the long-term.

@bigkevmcd
Copy link

Is it the container, or the app that's taking a while? :-)

@judy2k
Copy link
Member Author

judy2k commented Aug 17, 2015

It's the container - the first load is very slow before anything is returned, then everything is sent at once. The second load (not using the cache) is much faster.

I'm not saying the app couldn't be faster - but that isn't what this is.

@d0ugal
Copy link
Member

d0ugal commented Aug 17, 2015

but the app startup will be a bit part of that first load, I think that is what @bigkevmcd is getting at.

@judy2k
Copy link
Member Author

judy2k commented Aug 17, 2015

I see what you mean.

It's pretty much a moot point, isn't it? The app gets spun down when not in use, so when someone accesses the site after it's been dormant for a while it takes a while to respond.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants