minification-benchmarks icon indicating copy to clipboard operation
minification-benchmarks copied to clipboard

πŸƒβ€β™‚οΈπŸƒβ€β™€οΈπŸƒ JS minification benchmarks: babel-minify, esbuild, terser, uglify-js, swc, google closure compiler, tdewolff/minify

Results 17 minification-benchmarks issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies composer packages/minifiers/composer.json...

- Add a column for Brotli. I think it has wide-enough usage for static assets that it should be listed. - Use max compression level for Gzip. Static assets are...

this minifier is used in things like [cobalt](https://cobalt-org.github.io/) through [html-minifier](https://crates.io/crates/html-minifier), it would be helpful to have benchmarks of these so i can know if i should use the builtin minifier...

pr welcome

Request from @kzc: > > * Each _"Time"_ is annotated with a multiplier relative to the fastest minifier > > @privatenumber It'd be useful if both the **Minified size** and...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [esbuild](https://togithub.com/evanw/esbuild) | [`^0.15.8` -> `^0.15.9`](https://renovatebot.com/diffs/npm/esbuild/0.15.8/0.15.9) | [![age](https://badges.renovateapi.com/packages/npm/esbuild/0.15.9/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

### Feature request Bench: - https://github.com/mrclay/minify/ - https://github.com/douglascrockford/JSMin - https://github.com/mrclay/jsmin-php ### Motivations Missing popular js minifiers ### Alternatives _No response_ ### Additional context _No response_ ### Contributions - [X] I...

enhancement

Split up minifiers and artifacts to have their own `package.json` so they can be managed independently of the projects dependencies.

### Feature request Every upgrade PR doesn't need to re-benchmark everythingβ€”just the new minifier. Each minification result should be cached by minifier name, version, and output code. ### Motivations Slow...

enhancement