mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08:00
v2.1.1
This commit is contained in:
parent
c358a73766
commit
9f9685b4eb
2 changed files with 8 additions and 8 deletions
14
README.md
14
README.md
|
@ -111,22 +111,22 @@ RainLoop 1.14 vs SnappyMail
|
|||
|js/* |RainLoop |Snappy |
|
||||
|--------------- |--------: |--------: |
|
||||
|admin.js |2.130.942 | 648.785 |
|
||||
|app.js |4.184.455 |2.311.422 |
|
||||
|app.js |4.184.455 |2.311.912 |
|
||||
|boot.js | 671.522 | 4.842 |
|
||||
|libs.js | 647.614 | 235.382 |
|
||||
|libs.js | 647.614 | 235.394 |
|
||||
|polyfills.js | 325.834 | 0 |
|
||||
|serviceworker.js | 0 | 285 |
|
||||
|TOTAL |7.960.367 |3.200.716 |
|
||||
|TOTAL |7.960.367 |3.200.933 |
|
||||
|
||||
|js/min/* |RainLoop |Snappy |Rain gzip |gzip |brotli |
|
||||
|--------------- |--------: |--------: |--------: |--------: |--------: |
|
||||
|admin.min.js | 252.147 | 89.946 | 73.657 | 23.622 | 20.672 |
|
||||
|app.min.js | 511.202 | 310.225 |140.462 | 83.124 | 67.638 |
|
||||
|app.min.js | 511.202 | 310.186 |140.462 | 83.124 | 67.807 |
|
||||
|boot.min.js | 66.007 | 2.630 | 22.567 | 1.375 | 1.189 |
|
||||
|libs.min.js | 572.545 | 130.838 |176.720 | 47.317 | 42.136 |
|
||||
|libs.min.js | 572.545 | 130.850 |176.720 | 47.317 | 42.092 |
|
||||
|polyfills.min.js | 32.452 | 0 | 11.312 | 0 | 0 |
|
||||
|TOTAL |1.434.353 | 533.639 |424.718 |155.438 |131.635 |
|
||||
|TOTAL (no admin) |1.182.206 | 443.693 |351.061 |131.816 |110.963 |
|
||||
|TOTAL |1.434.353 | 533.612 |424.718 |155.438 |131.760 |
|
||||
|TOTAL (no admin) |1.182.206 | 443.666 |351.061 |131.816 |111.088 |
|
||||
|
||||
For a user its around 62% smaller and faster than traditional RainLoop.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"title": "SnappyMail",
|
||||
"description": "Simple, modern & fast web-based email client",
|
||||
"private": true,
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"homepage": "https://snappymail.eu",
|
||||
"author": {
|
||||
"name": "DJ Maze",
|
||||
|
|
Loading…
Reference in a new issue