←back to thread

422 points simedw | 1 comments | | HN request time: 0.226s | source
Show context
__MatrixMan__ ◴[] No.44434670[source]
It would be cool of it were smart enough to figure out whether it was necessary to rewrite the page on every visit. There's a large chunk of the web where one of us could visit once, rewrite to markdown, and then serve the cleaned up version to each other without requiring a distinct rebuild on each visit.
replies(4): >>44434746 #>>44434764 #>>44434785 #>>44436156 #
1. markstos ◴[] No.44436156[source]
Cache headers exist for servers to communicate to clients how long it safe to cache things for. The client could be updated to add a cache layer that respects cache headers.