guysoft / OctoPi

Scripts to build OctoPi, a Raspberry PI distro for controlling 3D printers over the web
GNU General Public License v3.0
2.49k stars 369 forks source link

enable compression at haproxy layer #643

Closed tedder closed 4 years ago

tedder commented 4 years ago

This spins out of a discussion at 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, so it should be fine.

Tested locally.

guysoft commented 4 years ago

Thanks for the contribution!