proofofconcept icon indicating copy to clipboard operation
proofofconcept copied to clipboard

minify HTML pages to decrease bandwidth use

Open bhpayne opened this issue 4 years ago • 1 comments

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

bhpayne avatar May 20 '20 21:05 bhpayne

htmlmin:

  • https://htmlmin.readthedocs.io/en/latest/
  • https://stackoverflow.com/a/26139704/1164295

bhpayne avatar Sep 22 '20 22:09 bhpayne