A Powerful HTML white space remover for Django

HTML Whitespace remover for Django

Pepy.tech Badge PyPi Version Badge
PyPI - Python Version PyPI - License Code Style

Introduction :

A powerful tool to optimize Django rendered templates

Why use “django_stip_whitespace” ?

  • Adds line break to InlineJS.
  • It can automagically minify inline CSS, JS.
  • Removes from HTML.
  • It speeds up website by reducing the HTML size.
  • Drop in replacement for django.gzip.GzipMiddleware.
  • It compiles regex at runtime. So it’s blazing fast.
  • Its mostly based on C ( gzip ) and Rust ( minify-html ) libraries.
  • Significantly

     

     

     

    To finish reading, please visit source site