mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
Bugfix and cleanup rollup based javascript even more
This commit is contained in:
parent
7ccc44616d
commit
3983932bc0
17 changed files with 84 additions and 169 deletions
14
README.md
14
README.md
|
|
@ -113,23 +113,23 @@ RainLoop 1.14 vs SnappyMail
|
|||
|
||||
|js/* |RainLoop |Snappy |
|
||||
|--------------- |--------: |--------: |
|
||||
|admin.js |2.130.942 | 120.785 |
|
||||
|app.js |4.184.455 | 529.074 |
|
||||
|admin.js |2.130.942 | 119.180 |
|
||||
|app.js |4.184.455 | 527.492 |
|
||||
|boot.js | 671.522 | 4.842 |
|
||||
|libs.js | 647.614 | 235.475 |
|
||||
|polyfills.js | 325.834 | 0 |
|
||||
|serviceworker.js | 0 | 285 |
|
||||
|TOTAL |7.960.367 | 890.449 |
|
||||
|TOTAL |7.960.367 | 887.274 |
|
||||
|
||||
|js/min/* |RainLoop |Snappy |Rain gzip |gzip |brotli |
|
||||
|--------------- |--------: |--------: |--------: |--------: |--------: |
|
||||
|admin.min.js | 252.147 | 62.863 | 73.657 | 18.009 | 15.992 |
|
||||
|app.min.js | 511.202 | 259.534 |140.462 | 74.005 | 62.184 |
|
||||
|admin.min.js | 252.147 | 61.128 | 73.657 | 17.416 | 15.445 |
|
||||
|app.min.js | 511.202 | 256.673 |140.462 | 73.698 | 61.839 |
|
||||
|boot.min.js | 66.007 | 2.630 | 22.567 | 1.375 | 1.189 |
|
||||
|libs.min.js | 572.545 | 130.930 |176.720 | 47.397 | 42.116 |
|
||||
|polyfills.min.js | 32.452 | 0 | 11.312 | 0 | 0 |
|
||||
|TOTAL |1.434.353 | 455.957 |424.718 |140.786 |121.481 |
|
||||
|TOTAL (no admin) |1.182.206 | 393.094 |351.061 |122.777 |105.489 |
|
||||
|TOTAL |1.434.353 | 451.361 |424.718 |139.886 |120.589 |
|
||||
|TOTAL (no admin) |1.182.206 | 390.233 |351.061 |122.470 |105.144 |
|
||||
|
||||
For a user its around 65% smaller and faster than traditional RainLoop.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue