• #dev 2023-02-01
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2023-02-01 UTC
# 23:59
[KevinMarks]
Express already kinda does this - it will render the page, calculate the hash and decimate it for an etag. If it matches the previous one it does the 304 thing. Which is OK as a first pass, but if you have a better way of knowing if nothing has changed you can override it.