ether / etherpad-lite

Etherpad: A modern really-real-time collaborative document editor.
http://docs.etherpad.org/
Apache License 2.0
16.73k stars 2.86k forks source link

Accept-Encoding ignored for some resources #4490

Open webzwo0i opened 4 years ago

webzwo0i commented 4 years ago

Some resources ignore Accept-Encoding: gzip

For most production setups it shouldn't matter, because a proxy in between will compress the files on demand. However, it might have a small impact on our saucelabs runner performance (atm it transfers ~115MB for all the tests). Also, when Express is serving Etherpad without a proxy bandwidth will be wasted.

JohnMcLear commented 3 years ago

@webzwo0i did you have a PR you wanted to land for this?

JohnMcLear commented 3 years ago

Bump @webzwo0i