diff --git a/README.md b/README.md index d5eccd1146..9c5838765c 100644 --- a/README.md +++ b/README.md @@ -113,23 +113,23 @@ RainLoop 1.15 vs SnappyMail |js/* |RainLoop |Snappy | |--------------- |--------: |--------: | -|admin.js |2.158.025 | 119.197 | -|app.js |4.215.733 | 527.415 | +|admin.js |2.158.025 | 119.262 | +|app.js |4.215.733 | 526.403 | |boot.js | 672.433 | 4.842 | -|libs.js | 647.679 | 232.283 | +|libs.js | 647.679 | 232.286 | |polyfills.js | 325.908 | 0 | |serviceworker.js | 0 | 285 | -|TOTAL |8.019.778 | 887.214 | +|TOTAL |8.019.778 | 883.078 | |js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli | |--------------- |--------: |--------: |------: |------: |--------: |--------: | -|admin.min.js | 255.514 | 61.165 | 73.899 | 17.419 | 60.674 | 15.447 | -|app.min.js | 516.000 | 256.629 |140.430 | 73.667 |110.657 | 61.826 | +|admin.min.js | 255.514 | 60.784 | 73.899 | 17.359 | 60.674 | 15.396 | +|app.min.js | 516.000 | 254.960 |140.430 | 73.405 |110.657 | 61.490 | |boot.min.js | 66.456 | 2.630 | 22.553 | 1.375 | 20.043 | 1.189 | -|libs.min.js | 574.626 | 128.352 |177.280 | 46.615 |151.855 | 41.437 | +|libs.min.js | 574.626 | 128.347 |177.280 | 46.608 |151.855 | 41.481 | |polyfills.min.js | 32.608 | 0 | 11.315 | 0 | 10.072 | 0 | -|TOTAL |1.445.204 | 448.776 |425.477 |139.076 |353.301 |119.899 | -|TOTAL (no admin) |1.189.690 | 387.611 |351.061 |121.657 |292.627 |104.452 | +|TOTAL |1.445.204 | 446.721 |425.477 |138.747 |353.301 |119.556 | +|TOTAL (no admin) |1.189.690 | 385.937 |351.061 |121.388 |292.627 |104.160 | For a user its around 65% smaller and faster than traditional RainLoop. diff --git a/package.json b/package.json index 0d81bb9408..17c7f1bc6a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "title": "SnappyMail", "description": "Simple, modern & fast web-based email client", "private": true, - "version": "2.2.1", + "version": "2.2.2", "homepage": "https://snappymail.eu", "author": { "name": "DJ Maze",