From 11cbab8b0bbcb048e05799a9e22b34c77f3a10c7 Mon Sep 17 00:00:00 2001 From: kangax Date: Sun, 16 Feb 2014 13:27:36 -0500 Subject: [PATCH] Update table --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7824da..9402f33 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,14 @@ See [corresponding blog post](http://perfectionkills.com/experimenting-with-html Also see corresponding [Grunt plugin](https://github.com/gruntjs/grunt-contrib-htmlmin). +How does HTMLMinifier compare to [another solution](http://www.willpeavy.com/minifier/) — HTML Minifier from Will Peavy (1st result in [google search for "html minifier"](https://www.google.com/#q=html+minifier))? | Site | Original size | HTMLMinifier | Will Peavy | | ------------- |:-------------:| -------------:| -----------:| | Wikipedia | 401.4KB | 385.5KB | 396.3KB | -| Stackoverflow | ... | ... | ... | -| Amazon | ... | .. | ... | -| ES6 table | ... | .. | ... | +| Stackoverflow | 200.4KB | 165.3KB | 168.3KB | +| Amazon | 245.9KB | 237.1KB | 225KB | +| [ES6 table](kangax.github.io/es5-compat-table/es6/) | 117.9KB | 82KB | 92KB | Installing with [npm](https://github.com/isaacs/npm): -- 2.34.1