mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Cleanup calls to Knockout observableArray
Improved Knockout observableArray
This commit is contained in:
parent
fa5476e486
commit
b6f0b634fb
47 changed files with 251 additions and 276 deletions
18
README.md
18
README.md
|
|
@ -112,23 +112,23 @@ RainLoop 1.14 vs SnappyMail
|
|||
|
||||
|js/* |RainLoop |Snappy |
|
||||
|--------------- |--------: |--------: |
|
||||
|admin.js |2.130.942 | 628.009 |
|
||||
|app.js |4.184.455 |2.340.222 |
|
||||
|admin.js |2.130.942 | 627.638 |
|
||||
|app.js |4.184.455 |2.337.633 |
|
||||
|boot.js | 671.522 | 4.842 |
|
||||
|libs.js | 647.614 | 235.361 |
|
||||
|libs.js | 647.614 | 235.475 |
|
||||
|polyfills.js | 325.834 | 0 |
|
||||
|serviceworker.js | 0 | 285 |
|
||||
|TOTAL |7.960.367 |3.208.719 |
|
||||
|TOTAL |7.960.367 |3.205.873 |
|
||||
|
||||
|js/min/* |RainLoop |Snappy |Rain gzip |gzip |brotli |
|
||||
|--------------- |--------: |--------: |--------: |--------: |--------: |
|
||||
|admin.min.js | 252.147 | 85.184 | 73.657 | 22.617 | 19.879 |
|
||||
|app.min.js | 511.202 | 310.381 |140.462 | 84.002 | 68.447 |
|
||||
|admin.min.js | 252.147 | 85.136 | 73.657 | 22.606 | 19.875 |
|
||||
|app.min.js | 511.202 | 309.954 |140.462 | 83.913 | 68.565 |
|
||||
|boot.min.js | 66.007 | 2.630 | 22.567 | 1.375 | 1.189 |
|
||||
|libs.min.js | 572.545 | 130.817 |176.720 | 47.296 | 42.076 |
|
||||
|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 | 529.012 |424.718 |155.290 |131.591 |
|
||||
|TOTAL (no admin) |1.182.206 | 443.828 |351.061 |132.673 |111.712 |
|
||||
|TOTAL |1.434.353 | 528.650 |424.718 |155.291 |131.745 |
|
||||
|TOTAL (no admin) |1.182.206 | 443.514 |351.061 |132.685 |111.870 |
|
||||
|
||||
For a user its around 62% smaller and faster than traditional RainLoop.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue