Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37569859
en ru br
ALT Linux repos
S:1.5.0-alt2

Group :: Development/Python3
RPM: python3-module-django-minify-html

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.5.0-alt2
Build date: 9 june 2023, 12:02 ( 46.3 weeks ago )
Size: 18.94 Kb

Home page:   https://github.com/adamchainz/django-minify-html

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.

Current maintainer: Dmitry Lyalyaev

List of contributors

List of rpms provided by this srpm:

    ACL:
       
      design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
      current maintainer: Michael Shigorin