Bugfix for webpack cleanup

This commit is contained in:
djmaze
2021-01-22 17:29:01 +01:00
parent 23d7fecd22
commit c8a85bf67e
2 changed files with 10 additions and 10 deletions

View File

@@ -112,23 +112,23 @@ RainLoop 1.14 vs SnappyMail
|js/* |RainLoop |Snappy |
|--------------- |--------: |--------: |
|admin.js |2.130.942 | 627.638 |
|app.js |4.184.455 |2.337.633 |
|admin.js |2.130.942 | 623.599 |
|app.js |4.184.455 |2.332.572 |
|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.205.873 |
|TOTAL |7.960.367 |3.196.773 |
|js/min/* |RainLoop |Snappy |Rain gzip |gzip |brotli |
|--------------- |--------: |--------: |--------: |--------: |--------: |
|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 |
|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 |
|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 | 528.650 |424.718 |155.291 |131.745 |
|TOTAL (no admin) |1.182.206 | 443.514 |351.061 |132.685 |111.870 |
|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 |
For a user its around 62% smaller and faster than traditional RainLoop.
@@ -155,8 +155,8 @@ For a user its around 62% smaller and faster than traditional RainLoop.
|css/* |RainLoop |Snappy |Rain gzip |gzip |brotli |
|-------------- |-------: |-------: |------: |------: |------: |
|app.css | 340.334 | 183.745 | 46,959 | 28.673 | 24.150 |
|app.min.css | 274.791 | 150.065 | 39.618 | 25.312 | 21.846 |
|app.css | 340.334 | 183.662 | 46,959 | 28.665 | 24.135 |
|app.min.css | 274.791 | 149.991 | 39.618 | 25.303 | 21.868 |
|boot.css | | 2.534 | | 837 | 668 |
|boot.min.css | | 2.055 | | 732 | 560 |

View File

@@ -6,7 +6,7 @@ import { getNotification } from 'Common/Translator';
import { i18nToNodes } from 'Common/Translator';
import Remote from 'Remote/User/Fetch';
import FilterModel from 'Model/Filter';
import { FilterModel } from 'Model/Filter';
import SieveStore from 'Stores/User/Sieve';
import { popup, showScreenPopup/*, command*/ } from 'Knoin/Knoin';