lmorchard / pebbling-club

🐧🪨
3 stars 0 forks source link

Implement a caching service #57

Open lmorchard opened 2 months ago

lmorchard commented 2 months ago

This thing will need some caching at some point, ideally with some clever invalidation logic (easiest problem in computer science)

earth2marsh commented 2 months ago

Is this caching about improving server performance? Or might it be about archiving a cache of the resource being bookmarked?

I've thought about checking if an archive.today or wayback machine cache exists when I save to Pinboard. If not, it would request one, and then add a link to the cache in the description (or metadata).

lmorchard commented 2 months ago

Hmm, yeah this issue in particular is about caching for performance.

But! Archiving content is a good idea too - filed this issue to capture https://github.com/lmorchard/pebbling-club/issues/90