JSON minifier
Remove all whitespace from JSON data to produce the smallest valid JSON string for APIs and config files
CSS minifier
Compress CSS stylesheets by removing comments, whitespace, and redundant syntax for faster page loads
HTML minifier
Compress HTML documents by removing comments, collapsing whitespace between tags, and trimming optional syntax
JavaScript minifier
Compress JavaScript using Terser — removes comments, collapses whitespace, and mangles variable names for maximum size reduction