Skip to content

Commit

Permalink
Version 3.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Apr 7, 2018
1 parent e7bcf16 commit b714bd1
Show file tree
Hide file tree
Showing 5 changed files with 441 additions and 396 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ 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/) | 45 | **42** | 45 | 46 | 45 |
| [Twitter](https://twitter.com/) | 126 | **92** | 118 | 137 | 118 |
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 140 | **109** | 118 | 122 | 117 |
| [New York Times](https://www.nytimes.com/) | 211 | **144** | 163 | 159 | 148 |
| [Stack Overflow](https://stackoverflow.com/) | 262 | **207** | 216 | 224 | 214 |
| [Twitter](https://twitter.com/) | 122 | **89** | 114 | 132 | 114 |
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 141 | **110** | 118 | 123 | 118 |
| [New York Times](https://www.nytimes.com/) | 214 | **147** | 165 | 161 | 150 |
| [Stack Overflow](https://stackoverflow.com/) | 245 | **192** | 200 | 209 | 198 |
| [Bootstrap CSS](https://getbootstrap.com/docs/3.3/css/) | 272 | **260** | 269 | 229 | 269 |
| [BBC](https://www.bbc.co.uk/) | 286 | **231** | 278 | 281 | 265 |
| [Amazon](https://www.amazon.co.uk/) | 366 | **313** | 353 | 364 | n/a |
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 473 | **441** | 457 | 473 | 457 |
| [NBC](https://www.nbc.com/) | 676 | **636** | 672 | 675 | n/a |
| [BBC](https://www.bbc.co.uk/) | 299 | **241** | 291 | 294 | 277 |
| [Amazon](https://www.amazon.co.uk/) | 369 | **315** | 356 | 367 | n/a |
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 473 | **441** | 458 | 473 | 457 |
| [NBC](https://www.nbc.com/) | 689 | **648** | 685 | 688 | 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/) | 4808 | **4095** | 4548 | n/a | n/a |
| [ES6 draft](https://tc39.github.io/ecma262/) | 6099 | **5435** | 5597 | n/a | n/a |
Expand Down
Loading

0 comments on commit b714bd1

Please sign in to comment.