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 2, 2021
1 parent 5878156 commit a2cf36f
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/) | 204 | **166** | 179 | 180 | 174 |
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 233 | **147** | 210 | 225 | 211 |
| [Bootstrap CSS](https://getbootstrap.com/docs/3.4/css/) | 303 | **262** | 272 | 241 | n/a |
| [BBC](https://www.bbc.co.uk/) | 309 | **286** | 307 | 309 | n/a |
| [Twitter](https://twitter.com/) | 470 | **390** | 463 | 518 | n/a |
| [Amazon](https://www.amazon.co.uk/) | 540 | **488** | 530 | 547 | 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/) | 1055 | **948** | 1050 | 1036 | n/a |
| [NBC](https://www.nbc.com/) | 1874 | **1721** | 1860 | 1879 | 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/) | 8221 | **7007** | 7769 | n/a | n/a |

## Options Quick Reference

Expand Down

0 comments on commit a2cf36f

Please sign in to comment.