Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/website: cache-control #59092

Open
Deleplace opened this issue Mar 17, 2023 · 1 comment
Open

x/website: cache-control #59092

Deleplace opened this issue Mar 17, 2023 · 1 comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. website

Comments

@Deleplace
Copy link
Contributor

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.

@gopherbot gopherbot added this to the Unreleased milestone Mar 17, 2023
@cherrymui cherrymui added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Mar 17, 2023
@cherrymui
Copy link
Member

cc @golang/tools-team

@jamalc jamalc modified the milestones: Unreleased, website/later Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. website
Projects
None yet
Development

No branches or pull requests

4 participants