worlddriven
worlddriven copied to clipboard
Caching of pull request data
The frontend loads pretty slow, especially because a lot of data needs to be fetched from the github api.
Instead of fetching and calculating the data on each request, the data can be easily cached in the database backend. On webhooks and the regular worker this cache can be updated.