Git Product home page Git Product logo

Comments (3)

adamchainz avatar adamchainz commented on August 15, 2024

It is slower... wikipedia:

Under default settings, the output of Zopfli is typically 3–8% smaller than zlib's maximum compression, but takes around 80 times longer.

Whitenoise already adds a considerable overhead to deploys by doing so much work compressing up front, in serial (often including third party files that aren't served). I wouldn't want to slow it down further for savings when Brotli is already supported, and widely supported by browsers.

It could perhaps be an option, but I'd like to see more evidence that it's really desirable.

Is zopfli really the official library? It only has 12 stars, doesn't seem to be so popular.

from whitenoise.

twm avatar twm commented on August 15, 2024

Whitenoise already adds a considerable overhead to deploys by doing so much work compressing up front, in serial (often including third party files that aren't served). I wouldn't want to slow it down further for savings when Brotli is already supported, and widely supported by browsers.

It could perhaps be an option, but I'd like to see more evidence that it's really desirable.

Agreed, there's a tradeoff here. I doubt it's worthwhile for large files. I just wanted to make sure you were aware it exists. Unfortunately I don't have any data on .gz vs .br hit rates to share.

Is zopfli really the official library? It only has 12 stars, doesn't seem to be so popular.

The only other one I've found is pyzopfli which appears unmaintained. IIRC I selected zopfli because it:

  1. Provides wheels
  2. Appeared to be maintained by Googlers (like Zopfli itself), though this no longer seems to be the case

from whitenoise.

adamchainz avatar adamchainz commented on August 15, 2024

Okay. I think the best course of action right now is to leave this open, and if others show support for the feature then we can look into it.

from whitenoise.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.