Skip to content

x/build/app/appengine: compress response #36094

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

Closed
bradfitz opened this issue Dec 12, 2019 · 1 comment
Closed

x/build/app/appengine: compress response #36094

bradfitz opened this issue Dec 12, 2019 · 1 comment
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@bradfitz
Copy link
Contributor

bradfitz commented Dec 12, 2019

The HTML from the dashboard almost doesn't fit on a floppy anymore:

$ curl --silent https://build.golang.org/ | wc -c
1211555

We should probably enable compression on responses, which Go doesn't do by default. It would help:

$ curl --silent https://build.golang.org/ | gzip -c | wc -c
37844

A lot.

@gopherbot gopherbot added this to the Unreleased milestone Dec 12, 2019
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Dec 12, 2019
@gopherbot
Copy link
Contributor

Change https://golang.org/cl/211077 mentions this issue: app/appengine: gzip responses

@cagedmantis cagedmantis added the NeedsFix The path to resolution is known, but the work has not been done. label Dec 12, 2019
@golang golang locked and limited conversation to collaborators Dec 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

3 participants