Skip to content

Commit

Permalink
v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaze committed Jul 20, 2021
1 parent 2aed429 commit ee54009
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 130 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,25 +120,25 @@ RainLoop 1.15 vs SnappyMail

|js/* |RainLoop |Snappy |
|--------------- |--------: |--------: |
|admin.js |2.158.025 | 91.664 |
|app.js |4.215.733 | 453.928 |
|admin.js |2.158.025 | 91.364 |
|app.js |4.215.733 | 454.661 |
|boot.js | 672.433 | 3.147 |
|libs.js | 647.679 | 218.466 |
|libs.js | 647.679 | 218.491 |
|polyfills.js | 325.908 | 0 |
|serviceworker.js | 0 | 285 |
|TOTAL |8.019.778 | 767.490 |
|TOTAL |8.019.778 | 767.663 |

|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
|admin.min.js | 255.514 | 47.908 | 73.899 | 14.313 | 60.674 | 12.787 |
|app.min.js | 516.000 | 233.532 |140.430 | 68.577 |110.657 | 57.878 |
|admin.min.js | 255.514 | 47.527 | 73.899 | 14.263 | 60.674 | 12.750 |
|app.min.js | 516.000 | 233.755 |140.430 | 68.663 |110.657 | 58.026 |
|boot.min.js | 66.456 | 1.751 | 22.553 | 1.025 | 20.043 | 858 |
|libs.min.js | 574.626 | 106.529 |177.280 | 38.607 |151.855 | 34.567 |
|libs.min.js | 574.626 | 106.543 |177.280 | 38.613 |151.855 | 34.543 |
|polyfills.min.js | 32.608 | 0 | 11.315 | 0 | 10.072 | 0 |
|TOTAL |1.445.204 | 389.720 |425.477 |122.522 |353.301 |106.090 |
|TOTAL (no admin) |1.189.690 | 341.812 |351.061 |108.209 |292.627 | 93.303 |
|TOTAL |1.445.204 | 389.576 |425.477 |122.564 |353.301 |106.177 |
|TOTAL (no admin) |1.189.690 | 342.049 |351.061 |108.301 |292.627 | 93.427 |

For a user its around 68% smaller and faster than traditional RainLoop.
For a user its around 69% smaller and faster than traditional RainLoop.

|OpenPGP |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
Expand Down Expand Up @@ -174,13 +174,13 @@ For a user its around 68% smaller and faster than traditional RainLoop.


|css/* |RainLoop |Snappy |RL gzip |SM gzip |SM brotli |
|------------ |-------: |-------: |------: |------: |--------: |
|app.css | 340.334 | 100.825 | 46,959 | 18.002 | 15.540 |
|app.min.css | 274.791 | 82.684 | 39.618 | 16.138 | 14.234 |
|boot.css | | 1.326 | | 664 | 545 |
|boot.min.css | | 1.071 | | 590 | 474 |
|admin.css | | 42.217 | | 8.714 | 7.602 |
|admin.min.css | | 33.576 | | 7.680 | 6.810 |
|------------ |-------: |------: |------: |------: |--------: |
|app.css | 340.334 | 98.499 | 46,959 | 17.842 | 15.378 |
|app.min.css | 274.791 | 81.603 | 39.618 | 15.982 | 14.056 |
|boot.css | | 1.326 | | 664 | 545 |
|boot.min.css | | 1.071 | | 590 | 474 |
|admin.css | | 40.516 | | 8.481 | 7.401 |
|admin.min.css | | 32.041 | | 7.447 | 6.610 |


### Squire vs CKEditor
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "SnappyMail",
"description": "Simple, modern & fast web-based email client",
"private": true,
"version": "2.5.2",
"version": "2.5.3",
"homepage": "https://snappymail.eu",
"author": {
"name": "DJ Maze",
Expand Down
Loading

0 comments on commit ee54009

Please sign in to comment.