Skip to content

Commit 8043e97

Browse files
committed
Version 3.5.16
1 parent 9ecabca commit 8043e97

File tree

6 files changed

+294
-126
lines changed

6 files changed

+294
-126
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ How does HTMLMinifier compare to other solutions — [HTML Minifier from Will Pe
2222

2323
| Site | Original size *(KB)* | HTMLMinifier | minimize | Will Peavy | htmlcompressor.com |
2424
| ---------------------------------------------------------------------------- |:--------------------:| ------------:| --------:| ----------:| ------------------:|
25-
| [Google](https://www.google.com/) | 45 | **42** | 45 | 47 | 45 |
26-
| [Twitter](https://twitter.com/) | 122 | **89** | 115 | 134 | 115 |
27-
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 142 | **110** | 119 | 123 | 118 |
28-
| [New York Times](https://www.nytimes.com/) | 221 | **152** | 172 | 168 | 156 |
29-
| [Stack Overflow](https://stackoverflow.com/) | 247 | **193** | 202 | 210 | 200 |
25+
| [Google](https://www.google.com/) | 50 | **45** | 49 | 51 | 49 |
26+
| [Twitter](https://twitter.com/) | 128 | **94** | 121 | 140 | 121 |
27+
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 144 | **112** | 120 | 125 | 120 |
28+
| [New York Times](https://www.nytimes.com/) | 212 | **145** | 164 | 159 | 148 |
29+
| [Stack Overflow](https://stackoverflow.com/) | 249 | **194** | 203 | 212 | 201 |
3030
| [Bootstrap CSS](https://getbootstrap.com/docs/3.3/css/) | 272 | **260** | 269 | 229 | 269 |
31-
| [BBC](https://www.bbc.co.uk/) | 283 | **228** | 275 | 278 | 262 |
32-
| [Amazon](https://www.amazon.co.uk/) | 370 | **315** | 356 | 367 | n/a |
33-
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 474 | **442** | 458 | 473 | 457 |
34-
| [NBC](https://www.nbc.com/) | 666 | **627** | 663 | 665 | n/a |
31+
| [BBC](https://www.bbc.co.uk/) | 295 | **237** | 287 | 290 | 272 |
32+
| [Amazon](https://www.amazon.co.uk/) | 391 | **336** | 377 | 389 | n/a |
33+
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 474 | **442** | 458 | 474 | 458 |
34+
| [NBC](https://www.nbc.com/) | 689 | **647** | 685 | 687 | n/a |
3535
| [Eloquent Javascript](https://eloquentjavascript.net/1st_edition/print.html) | 870 | **815** | 840 | 864 | n/a |
36-
| [ES6 table](https://kangax.github.io/compat-table/es6/) | 4916 | **4189** | 4652 | n/a | n/a |
37-
| [ES6 draft](https://tc39.github.io/ecma262/) | 6099 | **5435** | 5597 | n/a | n/a |
36+
| [ES6 table](https://kangax.github.io/compat-table/es6/) | 5014 | **4273** | 4745 | n/a | n/a |
37+
| [ES6 draft](https://tc39.github.io/ecma262/) | 6101 | **5437** | 5599 | n/a | n/a |
3838

3939
## Options Quick Reference
4040

0 commit comments

Comments
 (0)