79808493

Date: 2025-11-04 03:33:17
Score: 1
Natty:
Report link

I think javascript minify is obsolete technic for reduce bandwidth since modern web server has feature HTTP compression.

For reduce JavaScript or text-like file (html, css, json) size. Setup HTTP compression at webserver and let browser decompress is better.

This way with have no overhead for un-minify Javascript.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Jakkapong Rattananen