Enabling the webserver to gzip responses is ~free performance. During setup, we should detect if the webserver isn't gzipping responses and warn the user.
Description
Description
Revisions and Commits
Revisions and Commits
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | epriestley | T11553 Add various "make an HTTP call" setup checks, and run them in parallel | ||
Resolved | joshuaspence | T2226 Include a setup test for gzip enabled on the server | ||
Restricted Maniphest Task | ||||
Restricted Maniphest Task | ||||
Restricted Maniphest Task |
Event Timeline
Comment Actions
It's relatively easy to configure nginx to disable compression for static resources (CSS, JS) and I'd accidentally done that on this server. We should also include tests for that.
Comment Actions
In T5067, a user was missing the "B" flag from their rewrite rule. We should ideally test for this.