HandmadeNetwork / hmn

The handmade website for https://handmade.network/
7 stars 2 forks source link

Cache base info for users who are not logged in #7

Open bvisness opened 1 month ago

bvisness commented 1 month ago

A good chunk of our request time goes to fetching basic info about projects and owners so we can render projects according to our permission system. For all users who are not logged in, this data is always the same and could pretty easily be cached.

image

It would need to be invalidated when info about projects changes, but that wouldn't be too difficult imo.