Пакет python3-module-django-minify-html: Информация

Исходный пакет: python3-module-django-minify-html
Версия: 1.0.0-alt1
Собран:  25 февраля 2022 г. 16:12 в задании #294742
Категория: Разработка/Python 3
Сообщить об ошибке в пакете
Домашняя страница: https://github.com/adamchainz/django-minify-html

Лицензия: MIT
О пакете: Use minify-html, the extremely fast HTML + JS + CSS minifier, with Django.
Описание: 
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.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
python3-module-django-minify-html (x86_64, ppc64le, aarch64)

Сопровождающий: Dmitry Lyalyaev

Список участников:
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)

Последнее изменение


18 февраля 2022 г. Dmitry Lyalyaev 1.0.0-alt1
- Initial build for ALT Linux