You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.
Is there any way to configure jetty to compress the /up responses (which are only text) with gzip?
They're the biggest and slowest calls on the page, and I know it only happens a few times a second, but we could achieve notable compression with gzip.
Most browsers will send these headers along which, if we can modify jetty here, should make this pretty easy:
Is there any way to configure jetty to compress the
/up
responses (which are only text) with gzip?They're the biggest and slowest calls on the page, and I know it only happens a few times a second, but we could achieve notable compression with gzip.
Most browsers will send these headers along which, if we can modify jetty here, should make this pretty easy:
I'm not a Java dev so please forgive me, but I found this old article which could demonstrate how to enable gzip compression if we're actually able to configure it at all: https://blog.max.berger.name/2010/01/jetty-7-gzip-filter.html
The text was updated successfully, but these errors were encountered: