Caching headers for embedded static files #12
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
The embedded static files (HTMX and picocss) don't respond with any proper caching headers, causing the browser to re-request these on page reload. As these are completely static, they can be cached indefinitely and should respond with proper headers. Perhaps we can embed the build date as a static modified header.