Does this dynamically load the data from the github API in frontend javascript on every page load?
Le sigh. Apart from the obvious UX issue of waiting for this data to load on every page navigation, a little caching might help avoid sending a DDOS at the GitHub API...
Yesterday it was taking 10+ seconds to load each dataset. Occams razor suggests missing caches in such a case (since the data doesn't change with any meaningful frequency).
Le sigh. Apart from the obvious UX issue of waiting for this data to load on every page navigation, a little caching might help avoid sending a DDOS at the GitHub API...