-
Notifications
You must be signed in to change notification settings - Fork 115
Add gzip encoding by default #254
base: master
Are you sure you want to change the base?
Conversation
a960db2
to
345d831
Compare
|
Should be included as part of the default +1 |
Compression should be there by default. 👍 |
Agree. we should include it. By adding this the site gets a better score at: |
Could someone move this over to ezplatform repo for apache and nginx? (this repo is not used anymore) _And maybe add inline recommendation on how to deal with it when using Varnish. Should we adapt the default VCL as well pherhaps? _ |
PR on "ezplatform" repo: ezsystems/ezplatform#251 I considered creating a separate vhost example for the legacy bridge, but it's well enough documented here: https://github.com/ezsystems/LegacyBridge/blob/master/INSTALL.md |
@@ -188,4 +188,9 @@ | |||
#ExpiresDefault "now plus 30 days" | |||
#</LocationMatch> | |||
</IfModule> | |||
|
|||
# Enable gzip encoding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apache default config for when mod_deflate already includes a few of these. Would it not be better to only add here the missing ones? Or at least add a comment mentioning mention that
We should add gzip encoding by default