Page MenuHomePhabricator

Include a setup test for gzip enabled on the server
Closed, ResolvedPublic

Description

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.

Event Timeline

epriestley added a project: Setup.
epriestley added a subscriber: epriestley.
epriestley edited this Maniphest Task.

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.

In T5067, a user was missing the "B" flag from their rewrite rule. We should ideally test for this.

chad changed the visibility from "All Users" to "Public (No Login Required)".Jan 4 2016, 8:54 PM