mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Revamp array filtering
Replaced fakeMd5 with new Jua.randomId Cleanup more code
This commit is contained in:
parent
9992b20163
commit
c3a2da65df
23 changed files with 130 additions and 289 deletions
18
README.md
18
README.md
|
|
@ -106,22 +106,22 @@ RainLoop 1.14 vs SnappyMail
|
|||
|
||||
|js/* |RainLoop |Snappy |
|
||||
|----------- |--------: |--------: |
|
||||
|admin.js |2.130.942 | 798.252 |
|
||||
|app.js |4.184.455 |2.450.286 |
|
||||
|admin.js |2.130.942 | 776.615 |
|
||||
|app.js |4.184.455 |2.430.639 |
|
||||
|boot.js | 671.522 | 5.285 |
|
||||
|libs.js | 647.614 | 254.910 |
|
||||
|libs.js | 647.614 | 255.041 |
|
||||
|polyfills.js | 325.834 | 0 |
|
||||
|TOTAL |7.960.367 |3.508.733 |
|
||||
|TOTAL |7.960.367 |3.467.580 |
|
||||
|
||||
|js/min/* |RainLoop |Snappy |Rain gzip |gzip |brotli |
|
||||
|--------------- |--------: |--------: |--------: |--------: |--------: |
|
||||
|admin.min.js | 252.147 | 106.871 | 73.657 | 28.834 | 25.063 |
|
||||
|app.min.js | 511.202 | 332.055 |140.462 | 85.613 | 69.336 |
|
||||
|admin.min.js | 252.147 | 104.046 | 73.657 | 27.739 | 24.058 |
|
||||
|app.min.js | 511.202 | 329.887 |140.462 | 84.844 | 68.843 |
|
||||
|boot.min.js | 66.007 | 2.935 | 22.567 | 1.510 | 1.285 |
|
||||
|libs.min.js | 572.545 | 149.580 |176.720 | 52.695 | 46.823 |
|
||||
|libs.min.js | 572.545 | 149.712 |176.720 | 52.703 | 46.853 |
|
||||
|polyfills.min.js | 32.452 | 0 | 11.312 | 0 | 0 |
|
||||
|TOTAL |1.434.353 | 591.441 |424.718 |168.652 |142.507 |
|
||||
|TOTAL (no admin) |1.182.206 | 484.570 |351.061 |139.818 |117.444 |
|
||||
|TOTAL |1.434.353 | 586.580 |424.718 |166.796 |141.039 |
|
||||
|TOTAL (no admin) |1.182.206 | 482.534 |351.061 |139.057 |116.981 |
|
||||
|
||||
For a user its around 60% smaller and faster than traditional RainLoop.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue