Base solution for your next web application
Open Closed

Cold builds - duration #10041


User avatar
0
jtallon created

Version9.0.1 Angular .net core

Running an AMD Ryzen 5 3600 with 32gb Ram.

Is there anything I can do to speed it up? npm start takes 3min 52sec

The logs are: Dynamic bundles are being created. [14:18:58] Finished 'buildDev' after 1.57 min Then it does another building where it takes the duration. One file sticks out and takes particularly long 69% building 1139/1140 modules 1 active ...js??ref--13-3!C:\Users\jtallon\source\repos\XYZ\Portal\angular\src\app\shared\layout\themes\kendo\theme.scss

Is this to be expected? We accept it but I wonder if it can be quickened even more. AOT is off for Dev which is handy for rebuilds of simple pages.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @jtallon

    Yes, we have plans to improve the build speed. The first thing which we will do is, we will remove building metronic style from Dynamic bundles generation because we don't modify Metronic bundles and suggest same for you.

    So, you can add *.min.css files for Metronic bundles to source control and remove them from dynamic bundle process. I think this will make a huge improvement on bundle generation.