fix: remove gzip compression of woff2 #824

Merged
konrad merged 1 commits from dpschen/frontend:feature/fix-no-gzip-compression-for-woff2 into main 2021-10-04 20:00:51 +00:00
Member

woff2 is already compressed with brotli. Compressing with gzip won't bring benefits, see: https://www.fastly.com/blog/new-gzip-settings-and-deciding-what-compress#deciding-what-to-compress

woff2 is already compressed with brotli. Compressing with gzip won't bring benefits, see: https://www.fastly.com/blog/new-gzip-settings-and-deciding-what-compress#deciding-what-to-compress
dpschen added 1 commit 2021-10-04 18:59:33 +00:00
continuous-integration/drone/pr Build is passing Details
16cdb3d826
fix: remove gzip compression of woff2
woff2 is already compressed with brotli. Compressing with gzip won't bring benefits, see: https://www.fastly.com/blog/new-gzip-settings-and-deciding-what-compress#deciding-what-to-compress
konrad approved these changes 2021-10-04 19:00:24 +00:00
konrad left a comment
Owner

Oh I didn't know woff2 was already compressed. Nice catch.

Oh I didn't know woff2 was already compressed. Nice catch.
konrad merged commit 813982e833 into main 2021-10-04 20:00:51 +00:00
konrad deleted branch feature/fix-no-gzip-compression-for-woff2 2021-10-04 20:00:51 +00:00
Author
Member

🥳

🥳
This repo is archived. You cannot comment on pull requests.
No description provided.