Yet, we still only allow gzip for HTTP compression. What gives? I use gzip -9 + advdef -z -4 -i 1000 + nginx's gzip_static for static resources; but with dynamic HTML, I'm stuck with gzip -1 (with anything more, compression tends to take longer than the data saved wrt a modern Internet connection (>10mbps)).
LZ4 would perform better here and require less CPU on the remote side (not a big thing on desktops and laptops, but a huge thing on cell phones and such), so why did Google and Mozilla and the IETF working group overlook this?