-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add compression via content-encoding #891
Comments
ha. it appears you'd already merged this 2 months ago and didn't clear the to-do item here. Lmk if anything in my pr is useful |
This issue is still open because compression still isn't supported. PR https://github.com/casey/ord/pull/1713 was worked on to implement support for Brotli. PR https://github.com/casey/ord/pull/1366 only involves the block explorer website code. |
I really want compression 🙏 |
We should add a field to inscriptions which contains a text string which is served with resources as the
content-encoding
header value. Users can then apply compression which should lead to a nice size reduction for lots of kinds of content. The command line tools should automatically apply compression if it results in a size decrease.Brotli is well supported and very good, so we can use that: https://caniuse.com/?search=brotli
The text was updated successfully, but these errors were encountered: