Skip to content

More pragmatic solution to resource caching #78

@patritzenfeld

Description

@patritzenfeld

We use Cache-Control: no-cache right now, meaning before using cached content, a client has to check in with the server to validate it. The files are mostly static so this is redundant, except when we deploy an acute change to e.g. a JavaScript file.

A better fit would be invalidating the cache only if something actually changed.

There is some prior discussion on this:

#77 (comment)

#77 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions