diff options
Diffstat (limited to 'node_modules/html-minifier/README.md')
-rw-r--r-- | node_modules/html-minifier/README.md | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/node_modules/html-minifier/README.md b/node_modules/html-minifier/README.md index 988f59bd9..59587cc2a 100644 --- a/node_modules/html-minifier/README.md +++ b/node_modules/html-minifier/README.md @@ -22,19 +22,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/) | 44 | **42** | 45 | 46 | 45 | -| [HTMLMinifier](https://github.com/kangax/html-minifier) | 127 | **100** | 108 | 112 | 107 | -| [CNN](http://www.cnn.com/) | 136 | **125** | 133 | 134 | 129 | -| [Amazon](http://www.amazon.co.uk/) | 196 | **165** | 188 | 192 | n/a | -| [Stack Overflow](http://stackoverflow.com/) | 223 | **172** | 181 | 188 | 178 | -| [New York Times](http://www.nytimes.com/) | 224 | **153** | 172 | 170 | 159 | -| [BBC](http://www.bbc.co.uk/) | 236 | **194** | 229 | 236 | 223 | +| [Google](https://www.google.com/) | 45 | **42** | 45 | 46 | 45 | +| [HTMLMinifier](https://github.com/kangax/html-minifier) | 131 | **102** | 110 | 114 | 109 | +| [CNN](http://www.cnn.com/) | 134 | **122** | 131 | 132 | 126 | +| [Amazon](http://www.amazon.co.uk/) | 201 | **169** | 193 | 197 | n/a | +| [New York Times](http://www.nytimes.com/) | 216 | **144** | 165 | 161 | 151 | +| [Stack Overflow](http://stackoverflow.com/) | 240 | **187** | 196 | 203 | 193 | | [Bootstrap CSS](http://getbootstrap.com/css/) | 272 | **260** | 269 | 229 | 269 | -| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 550 | **503** | 530 | 548 | 529 | -| [NBC](http://www.nbc.com/) | 643 | **612** | 641 | 643 | n/a | +| [BBC](http://www.bbc.co.uk/) | 287 | **235** | 279 | 286 | 271 | +| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 530 | **486** | 511 | 529 | 510 | +| [NBC](http://www.nbc.com/) | 662 | **623** | 658 | 661 | 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/) | 4105 | **3467** | 3871 | n/a | n/a | -| [ES6 draft](https://tc39.github.io/ecma262/) | 5512 | **4919** | 5066 | n/a | n/a | +| [ES6 table](http://kangax.github.io/compat-table/es6/) | 3844 | **3252** | 3630 | n/a | n/a | +| [ES6 draft](https://tc39.github.io/ecma262/) | 5576 | **4974** | 5122 | n/a | n/a | ## Options Quick Reference |