GitHubInformationRetriever.GetRepoInformation() and .GitHubInformationRetriever.GetUserInformation() are called every time a user or repository is browsed. This creates a request to GitHub.
We should persist this information and load it ourselves. We're probably going to need a database or datastore for this, though.