-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Open
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.website
Milestone
Description
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
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.website