From 09924ff7c8dfcb255e256cd313b1083d2a4a9bb1 Mon Sep 17 00:00:00 2001 From: djmaze Date: Mon, 12 Apr 2021 21:54:03 +0200 Subject: [PATCH] v2.5.0-rc.3 --- README.md | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index d2f2791b6..017591958 100644 --- a/README.md +++ b/README.md @@ -116,23 +116,23 @@ RainLoop 1.15 vs SnappyMail |js/* |RainLoop |Snappy | |--------------- |--------: |--------: | -|admin.js |2.158.025 | 95.529 | -|app.js |4.215.733 | 467.616 | +|admin.js |2.158.025 | 94.597 | +|app.js |4.215.733 | 460.014 | |boot.js | 672.433 | 4.554 | -|libs.js | 647.679 | 227.911 | +|libs.js | 647.679 | 218.511 | |polyfills.js | 325.908 | 0 | |serviceworker.js | 0 | 285 | -|TOTAL |8.019.778 | 795.895 | +|TOTAL |8.019.778 | 777.961 | |js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli | |--------------- |--------: |--------: |------: |------: |--------: |--------: | -|admin.min.js | 255.514 | 50.607 | 73.899 | 14.944 | 60.674 | 13.364 | -|app.min.js | 516.000 | 240.896 |140.430 | 70.621 |110.657 | 59.521 | +|admin.min.js | 255.514 | 49.908 | 73.899 | 14.781 | 60.674 | 13.233 | +|app.min.js | 516.000 | 236.129 |140.430 | 69.396 |110.657 | 58.601 | |boot.min.js | 66.456 | 2.442 | 22.553 | 1.371 | 20.043 | 1.178 | -|libs.min.js | 574.626 | 115.854 |177.280 | 42.809 |151.855 | 38.140 | +|libs.min.js | 574.626 | 106.574 |177.280 | 38.600 |151.855 | 34.532 | |polyfills.min.js | 32.608 | 0 | 11.315 | 0 | 10.072 | 0 | -|TOTAL |1.445.204 | 409.799 |425.477 |129.745 |353.301 |112.203 | -|TOTAL (no admin) |1.189.690 | 359.192 |351.061 |114.801 |292.627 | 98.839 | +|TOTAL |1.445.204 | 395.053 |425.477 |124.148 |353.301 |107.544 | +|TOTAL (no admin) |1.189.690 | 345.145 |351.061 |109.367 |292.627 | 94.311 | For a user its around 66% smaller and faster than traditional RainLoop. @@ -166,12 +166,12 @@ For a user its around 66% smaller and faster than traditional RainLoop. |css/* |RainLoop |Snappy |RL gzip |SM gzip |SM brotli | |------------ |-------: |-------: |------: |------: |--------: | -|app.css | 340.334 | 107.300 | 46,959 | 18.817 | 16.173 | -|app.min.css | 274.791 | 88.452 | 39.618 | 16.857 | 14.849 | +|app.css | 340.334 | 107.026 | 46,959 | 18.779 | 16.133 | +|app.min.css | 274.791 | 88.207 | 39.618 | 16.817 | 14.816 | |boot.css | | 2.066 | | 913 | 742 | |boot.min.css | | 1.696 | | 818 | 664 | -|admin.css | | 46.393 | | 9.237 | 8.073 | -|admin.min.css | | 37.306 | | 8.191 | 7.282 | +|admin.css | | 46.326 | | 9.219 | 8.067 | +|admin.min.css | | 37.240 | | 8.178 | 7.268 | ### Squire vs CKEditor diff --git a/package.json b/package.json index 5730d225a..dafd9b0e3 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.5.0-rc.2", + "version": "2.5.0-rc.3", "homepage": "https://snappymail.eu", "author": { "name": "DJ Maze",