Update README about webpack replaced with rollup

This commit is contained in:
djmaze 2021-01-25 23:50:39 +01:00
parent a1c994e6ab
commit 8884adcb72

View file

@ -67,6 +67,7 @@ This fork of RainLoop has the following changes:
* Added serviceworker for Notifications
* Added advanced Sieve scripts editor
* Slimmed down language files
* Replaced webpack with rollup
### Removal of old JavaScript
@ -76,7 +77,7 @@ The result is faster and smaller download code (good for mobile networks).
Things might work in Edge 18, Firefox 50-62 and Chrome 54-68 due to one polyfill for array.flat().
* Added dev/prototype*.js for some additional features
* Added dev/prototype.js for some additional features
* boot.js without webpack overhead
* Modified Jua.js to be without jQuery
* Replaced ProgressJS with simple native dropin
@ -112,25 +113,25 @@ RainLoop 1.14 vs SnappyMail
|js/* |RainLoop |Snappy |
|--------------- |--------: |--------: |
|admin.js |2.130.942 | 623.599 |
|app.js |4.184.455 |2.332.572 |
|admin.js |2.130.942 | 123.042 |
|app.js |4.184.455 | 534.334 |
|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 |3.196.773 |
|TOTAL |7.960.367 | 897.978 |
|js/min/* |RainLoop |Snappy |Rain gzip |gzip |brotli |
|--------------- |--------: |--------: |--------: |--------: |--------: |
|admin.min.js | 252.147 | 84.467 | 73.657 | 22.524 | 19.826 |
|app.min.js | 511.202 | 309.888 |140.462 | 83.903 | 68.417 |
|admin.min.js | 252.147 | 63.913 | 73.657 | 18.158 | 16.135 |
|app.min.js | 511.202 | 262.917 |140.462 | 74.870 | 62.686 |
|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 | 527.915 |424.718 |155.199 |131.745 |
|TOTAL (no admin) |1.182.206 | 443.448 |351.061 |132.675 |111.722 |
|TOTAL |1.434.353 | 460.390 |424.718 |141.800 |122.126 |
|TOTAL (no admin) |1.182.206 | 396.477 |351.061 |123.642 |105.991 |
For a user its around 62% smaller and faster than traditional RainLoop.
For a user its around 64% smaller and faster than traditional RainLoop.
### CSS changes