proofofconcept
proofofconcept copied to clipboard
minify HTML pages to decrease bandwidth use
Not clear how much savings this would provide in terms of latency
- https://github.com/mitsuhiko/jinja2-htmlcompress
- https://pypi.org/project/Flask-Minify/
- https://stackoverflow.com/questions/13587531/minify-html-output-from-flask-application-with-jinja2-templates
htmlmin:
- https://htmlmin.readthedocs.io/en/latest/
- https://stackoverflow.com/a/26139704/1164295