2023-02-01 UTC
# [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.