Package python3-module-django-minify-html: Information

    Source package: python3-module-django-minify-html
    Version: 1.0.0-alt1
    Build time:  Feb 25, 2022, 04:12 PM in the task #294742
    Report package bug
    License: MIT
    Summary: Use minify-html, the extremely fast HTML + JS + CSS minifier, with Django.
    Description: 
    HTML minification is an underappreciated techinque for web optimization.
    It can yield significant savings, even on top of other tools like
    compression with Brotli or Gzip.
    
    There are other minifiers out there, but in benchmarks minify-html
    surpasses them all. It's a really well optimized and tested Rust library,
    and seems to be the best available HTML minifier.
    
    Some CDN's provide automatic minification, such as CloudFlare. This can be
    convenient, since it requires no application changes. But it adds some
    overhead: non-minified HTML has to first be transferred to the CDN, and
    the CDN has to parse the response, and recombine it. It also means that
    you don't get to see the potential side effects of minification until your
    code is live. Overall it should be faster and more predictable to minify
    within Django, at the point of HTML generation.

    List of rpms provided by this srpm:
    python3-module-django-minify-html (x86_64, ppc64le, aarch64)

    Maintainer: Dmitry Lyalyaev

    List of contributors:
    Dmitry Lyalyaev

      1. python3-module-coverage
      2. python3-module-django
      3. python3-module-django-tests
      4. python3-module-minify-html
      5. python3-module-setuptools
      6. python3(pytest)
      7. python3(pytest_django)
      8. python3(pytest_randomly)
      9. rpm-build-python3
      10. python3(tox)
      11. python3(tox_no_deps)

    Last changed


    Feb. 18, 2022 Dmitry Lyalyaev 1.0.0-alt1
    - Initial build for ALT Linux