Skip to content

Add Caching Headers #52

Open
Open
@bbatsche

Description

@bbatsche

All requests going through UPWARD PHP, including those for static files, include Cache-Control: no-store, no-cache, must-revalidate. There needs to be some better handling of response caching, especially for File & Directory Resolvers

  • Determine what the appropriate caching policy should be
    • What should the cache lifetime be?
    • Should we include an ETag, or are those passé?
    • In what cases should a cache header be included or not?
  • Add the appropriate cache headers
  • What options should there be for disabling or clearing these headers (eg for development vs production)?

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