Skip to content

x/website: cache-control #59092

Open
Open
@Deleplace

Description

@Deleplace

The static assets at go.dev are served without a cache-control response header, and are loaded from the server on every page view.

For example,

  • https://go.dev/ is 65 requests, 241kB of compressed resources, every time I visit the page,
  • https://go.dev/learn/ is 41 requests, 433kB of compressed resources, every time I visit the page.

I suggest we implement an HTTP caching strategy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.website

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions