Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37540829
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-django-minify-html

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 1.5.0-alt2
Время сборки: 9 июня 2023, 12:02 ( 46.0 недели назад )
Размер архива: 18.94 Kb

Домашняя страница:   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.

Текущий майнтейнер: Dmitry Lyalyaev

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

    ACL:
       
      дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
      текущий майнтейнер: Michael Shigorin