Open lmorchard opened 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).
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
This thing will need some caching at some point, ideally with some clever invalidation logic (easiest problem in computer science)