Skip to content

Commit

Permalink
Update benchmark results
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 10, 2021
1 parent df3f264 commit a36ea86
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ How does HTMLMinifier compare to other solutions — [HTML Minifier from Will Pe

| Site | Original size *(KB)* | HTMLMinifier | minimize | Will Peavy | htmlcompressor.com |
| ---------------------------------------------------------------------------- |:--------------------:| ------------:| --------:| ----------:| ------------------:|
| [Google](https://www.google.com/) | 46 | **42** | 46 | 48 | 46 |
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 125 | **98** | 111 | 117 | 111 |
| [Twitter](https://twitter.com/) | 207 | **165** | 200 | 224 | 200 |
| [Stack Overflow](https://stackoverflow.com/) | 253 | **195** | 207 | 215 | 204 |
| [Bootstrap CSS](https://getbootstrap.com/docs/3.3/css/) | 271 | **260** | 269 | 228 | 269 |
| [BBC](https://www.bbc.co.uk/) | 298 | **239** | 290 | 291 | 280 |
| [Amazon](https://www.amazon.co.uk/) | 422 | **316** | 412 | 425 | n/a |
| [NBC](https://www.nbc.com/) | 553 | **530** | 552 | 553 | 534 |
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 565 | **461** | 548 | 569 | 548 |
| [New York Times](https://www.nytimes.com/) | 678 | **606** | 675 | 670 | n/a |
| [Google](https://www.google.com/) | 51 | **45** | 51 | 54 | 50 |
| [Stack Overflow](https://stackoverflow.com/) | 203 | **165** | 178 | 179 | 173 |
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 233 | **145** | 211 | 226 | 212 |
| [Bootstrap CSS](https://getbootstrap.com/docs/3.4/css/) | 303 | **262** | 272 | 241 | n/a |
| [BBC](https://www.bbc.co.uk/) | 327 | **303** | 325 | 326 | n/a |
| [Amazon](https://www.amazon.co.uk/) | 423 | **381** | 413 | 428 | n/a |
| [Twitter](https://twitter.com/) | 481 | **400** | 474 | 531 | n/a |
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 696 | **562** | 675 | 701 | n/a |
| [Eloquent Javascript](https://eloquentjavascript.net/1st_edition/print.html) | 870 | **815** | 840 | 864 | n/a |
| [ES6 table](https://kangax.github.io/compat-table/es6/) | 5911 | **5051** | 5595 | n/a | n/a |
| [ES draft](https://tc39.github.io/ecma262/) | 6126 | **5495** | 5664 | n/a | n/a |
| [New York Times](https://www.nytimes.com/) | 1211 | **1086** | 1204 | 1179 | n/a |
| [NBC](https://www.nbc.com/) | 1956 | **1798** | 1942 | 1962 | n/a |
| [ES draft](https://tc39.github.io/ecma262/) | 6041 | **5310** | 5502 | n/a | n/a |
| [ES6 table](https://kangax.github.io/compat-table/es6/) | 8125 | **6924** | 7676 | n/a | n/a |

## Options Quick Reference

Expand Down

0 comments on commit a36ea86

Please sign in to comment.