Skip to content

Commit

Permalink
Version 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed May 15, 2017
1 parent 3c2035c commit b328d50
Show file tree
Hide file tree
Showing 5 changed files with 14,374 additions and 24,485 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ 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/) | 44 | **42** | 45 | 46 | 45 |
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 125 | **98** | 106 | 110 | 106 |
| [CNN](http://www.cnn.com/) | 135 | **124** | 132 | 133 | 128 |
| [Amazon](http://www.amazon.co.uk/) | 193 | **161** | 184 | 187 | n/a |
| [New York Times](http://www.nytimes.com/) | 204 | **135** | 152 | 152 | 143 |
| [Stack Overflow](http://stackoverflow.com/) | 224 | **173** | 182 | 190 | 179 |
| [BBC](http://www.bbc.co.uk/) | 225 | **186** | 219 | 225 | 213 |
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 126 | **98** | 106 | 110 | 106 |
| [CNN](http://www.cnn.com/) | 133 | **122** | 131 | 132 | 126 |
| [Amazon](http://www.amazon.co.uk/) | 196 | **164** | 187 | 190 | n/a |
| [New York Times](http://www.nytimes.com/) | 210 | **141** | 158 | 158 | 148 |
| [Stack Overflow](http://stackoverflow.com/) | 218 | **168** | 176 | 184 | 174 |
| [BBC](http://www.bbc.co.uk/) | 240 | **196** | 232 | 239 | 227 |
| [Bootstrap CSS](http://getbootstrap.com/css/) | 272 | **260** | 269 | 229 | 269 |
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 549 | **502** | 530 | 548 | 529 |
| [NBC](http://www.nbc.com/) | 634 | **603** | 632 | 634 | n/a |
| [NBC](http://www.nbc.com/) | 644 | **612** | 642 | 645 | n/a |
| [Eloquent Javascript](http://eloquentjavascript.net/1st_edition/print.html) | 870 | **815** | 840 | 864 | n/a |
| [ES6 table](http://kangax.github.io/compat-table/es6/) | 4380 | **3695** | 4130 | n/a | n/a |
| [ES6 table](http://kangax.github.io/compat-table/es6/) | 4381 | **3696** | 4131 | n/a | n/a |
| [ES6 draft](https://tc39.github.io/ecma262/) | 5506 | **4913** | 5060 | n/a | n/a |

## Options Quick Reference
Expand Down
Loading

0 comments on commit b328d50

Please sign in to comment.