Skip to content

Commit b61dfcc

Browse files
committed
Version 3.5.20
1 parent 6c237eb commit b61dfcc

File tree

5 files changed

+704
-257
lines changed

5 files changed

+704
-257
lines changed

README.md

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

2121
| Site | Original size *(KB)* | HTMLMinifier | minimize | Will Peavy | htmlcompressor.com |
2222
| ---------------------------------------------------------------------------- |:--------------------:| ------------:| --------:| ----------:| ------------------:|
23-
| [Google](https://www.google.com/) | 46 | **42** | 46 | 48 | 46 |
24-
| [Twitter](https://twitter.com/) | 143 | **107** | 136 | 157 | 136 |
25-
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 152 | **119** | 127 | 132 | 127 |
26-
| [New York Times](https://www.nytimes.com/) | 223 | **152** | 173 | 168 | 156 |
27-
| [Stack Overflow](https://stackoverflow.com/) | 258 | **201** | 211 | 220 | 208 |
23+
| [Google](https://www.google.com/) | 47 | **43** | 47 | 49 | 47 |
24+
| [Twitter](https://twitter.com/) | 146 | **115** | 138 | 155 | 138 |
25+
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 171 | **128** | 143 | 148 | 142 |
26+
| [New York Times](https://www.nytimes.com/) | 207 | **139** | 158 | 155 | 144 |
27+
| [Stack Overflow](https://stackoverflow.com/) | 256 | **199** | 209 | 217 | 206 |
2828
| [Bootstrap CSS](https://getbootstrap.com/docs/3.3/css/) | 271 | **260** | 269 | 229 | 269 |
29-
| [BBC](https://www.bbc.co.uk/) | 299 | **242** | 290 | 293 | 283 |
30-
| [Amazon](https://www.amazon.co.uk/) | 398 | **342** | 385 | 397 | n/a |
31-
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 485 | **452** | 470 | 487 | 469 |
32-
| [NBC](https://www.nbc.com/) | 679 | **639** | 675 | 678 | n/a |
29+
| [BBC](https://www.bbc.co.uk/) | 294 | **238** | 285 | 289 | 278 |
30+
| [Amazon](https://www.amazon.co.uk/) | 377 | **328** | 368 | 379 | n/a |
31+
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 520 | **484** | 504 | 523 | 503 |
32+
| [NBC](https://www.nbc.com/) | 669 | **633** | 668 | 669 | n/a |
3333
| [Eloquent Javascript](https://eloquentjavascript.net/1st_edition/print.html) | 870 | **815** | 840 | 864 | n/a |
34-
| [ES6 table](https://kangax.github.io/compat-table/es6/) | 5109 | **4353** | 4834 | n/a | n/a |
35-
| [ES6 draft](https://tc39.github.io/ecma262/) | 6063 | **5443** | 5607 | n/a | n/a |
34+
| [ES6 table](https://kangax.github.io/compat-table/es6/) | 5243 | **4472** | 4963 | n/a | n/a |
35+
| [ES6 draft](https://tc39.github.io/ecma262/) | 6072 | **5449** | 5615 | n/a | n/a |
3636

3737
## Options Quick Reference
3838

0 commit comments

Comments
 (0)