-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
CSS no longer returns compressed #460
Comments
thanks I will look into it |
thanks! And FWIW my devops mate says same for imagery, too (eg: svg, gif..) |
do you run the server behind a reverse proxy like Nginx? |
not really. |
Please try to use 254319f, i just fixed the compression problem of static content. Thanks! |
Thanks so much for the crazy fast reply and work! |
Verified getting CSS & JS replies w/ brotli again, thanks! I haven't seen compression for imagery (png, svg) in various testing so far. |
the server only compresses text file(js/css/svg/eg.) and the file size must be larger than 1024 bytes |
a perfect, that makes sense. verified a > 1k .svg is brotli compresses when asked via headers now, too, for our live self-hosted system. thanks so much! |
ok, that makes sense, thanks. i added a CI/CD test to check brotli for a larger svg we had. thanks for the speedy work and replies! |
I'm using a v99 self-hosted setup
(our Dockerfile https://git.archive.org/www/esm/-/blob/main/Dockerfile )
Our prior v77 version was doing
brotli
compression for CSS and JS files.v99 still does this for JS files (yay) but not CSS files anymore, eg:
https://esm.archive.org/@internetarchive/[email protected]/BookReader/BookReader.css
Thanks for any help restoring this!
The text was updated successfully, but these errors were encountered: