Skip to content

Commit 5813319

Browse files
committed
Version 3.5.15
1 parent 43eb7dc commit 5813319

File tree

5 files changed

+904
-689
lines changed

5 files changed

+904
-689
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ 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 | 46 | 45 |
26-
| [Twitter](https://twitter.com/) | 122 | **89** | 114 | 132 | 114 |
27-
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 141 | **110** | 118 | 123 | 118 |
28-
| [New York Times](https://www.nytimes.com/) | 214 | **147** | 165 | 161 | 150 |
29-
| [Stack Overflow](https://stackoverflow.com/) | 245 | **192** | 200 | 209 | 198 |
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 |
3030
| [Bootstrap CSS](https://getbootstrap.com/docs/3.3/css/) | 272 | **260** | 269 | 229 | 269 |
31-
| [BBC](https://www.bbc.co.uk/) | 299 | **241** | 291 | 294 | 277 |
32-
| [Amazon](https://www.amazon.co.uk/) | 369 | **315** | 356 | 367 | n/a |
33-
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 473 | **441** | 458 | 473 | 457 |
34-
| [NBC](https://www.nbc.com/) | 689 | **648** | 685 | 688 | n/a |
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 |
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/) | 4808 | **4095** | 4548 | n/a | n/a |
36+
| [ES6 table](https://kangax.github.io/compat-table/es6/) | 4916 | **4189** | 4652 | n/a | n/a |
3737
| [ES6 draft](https://tc39.github.io/ecma262/) | 6099 | **5435** | 5597 | n/a | n/a |
3838

3939
## Options Quick Reference

0 commit comments

Comments
 (0)