Chingu-cohorts / devgaido

Chingu Learning Path application
https://devgaido.com
MIT License
25 stars 3 forks source link

Make guest page render using one time loaded defaults. #108

Closed kimkwanka closed 7 years ago

kimkwanka commented 7 years ago

Since the guest page (= unauthenticated user) is the same for everyone, this PR "caches" default values instead of retrieving the same values over and over again for each request to speed up page delivery and lessen server burden. The contributor data from the GitHub API is part of those defaults which in turn gets rid of an async API call per page load.