0
mirzanas created
Hello, I did some performance testing. After all, I am bit confused - main.js takes ~8,5s to load as well as 1,2 gzipped size looks too big (https://prnt.sc/lkuiw5). Most size is occupied by node modules (https://prnt.sc/lkug7e).
Do we really need all modules from package.json?
3 Answer(s)
-
0
Hi @mirzanas
There are a few libraries which are going to be deleted for the next release but I think those libraries will not change the size much.
But don't forget that not all libraries in node_modules are bundled into main.js. Only the used libraries are bundled.
-
0
Thanks for your answer. Any planned date for a next release?
-
0
Planned for 30.11.2018 if everything goes well :)