Skip to content
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

enable compression at haproxy layer #643

Merged
merged 1 commit into from
Apr 23, 2020

Commits on Apr 23, 2020

  1. enable compression at haproxy layer

    This spins out of a discussion at [OctoPrint#3529](OctoPrint/OctoPrint#3529), where @flaviut did the math on how enabling http compression is really helpful, even on a little Pi. It'd be nice if we could get it enabled in Tornado, but this is easier and won't be invalidated by work on Tornado if that gets done.
    
    haproxy attempts to compress every mime type, and it is a big win. You can go over to the other issue to see the comparisons. It doesn't seem to support setting a compression level, and [it is cautious](https://cbonte.github.io/haproxy-dconv/1.7/configuration.html#compression), so it should be fine.
    
    Tested locally.
    tedder committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    5a9b63e View commit details
    Browse the repository at this point in the history