Caching headers for embedded static files #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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.