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

  • Default inline alert: Version in the repository: 1.5.0-alt2

Source package: python3-module-django-minify-html
Version: 1.3.0-alt1
Latest version according to Repology
Build time:  Sep 21, 2022, 11:28 AM in the task #307107
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

ACL:
Dmitry Lyalyaev
@everybody

    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


Sept. 20, 2022 Dmitry Lyalyaev 1.3.0-alt1
- New version 1.3.0
  + Move .spec in the "alt" directory
Feb. 18, 2022 Dmitry Lyalyaev 1.0.0-alt1
- Initial build for ALT Linux