justarrived / just-match-frontend

[ABANDONED] Frontend for JustMatch API
https://antrop.invisionapp.com/share/FA62UU66R
MIT License
2 stars 9 forks source link

As a not logged in user, I want to be able to see available jobs in the start page #685

Closed camillaryd closed 8 years ago

camillaryd commented 8 years ago

Description

You do not se the thumbnails for the jobs on the landing page if you're not signed in. Since this is one way to on board both targets groups it's a must have to view the on the landing page even if you haven't logged in yet.

Severity:

Chose one of the below:

Not logged in

Browser (check what browser you're running at https://whatbrowser.org): Chrome

Screenshot

image

pstenstrm commented 8 years ago

I think that is how it works already, but it take a very long time to load initially.

So the problem that needs solving is the load time, and not adding functionality.

buren commented 8 years ago

The reason for this is that we're using Herokus (our hosting providers) free tier. What that means is that if no requests are made in a few minutes the server will go to "idle mode" and the next request would first have to "wake up"/boot the server and then serve the requests. That takes ~10-15sec.. so this is not an issue in production.