Base solution for your next web application
Open Closed

Performance testing and node modules #5993


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    mirzanas created

    Thanks for your answer. Any planned date for a next release?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Planned for 30.11.2018 if everything goes well :)