Why is my ember-cli build time so slow on windows?

后端 未结 6 1930
清酒与你
清酒与你 2021-02-05 05:49

Ember-cli is building very slowly with ember server on windows.

Build successful - 13126ms.

Slowest Trees                  | Total
----------------         


        
6条回答
  •  既然无缘
    2021-02-05 06:35

    With Windows 7 I got a 50% improvement by turning off Encrypting File System (EFS) for the project's /tmp directory. (right-click Properties->Advanced->Encrypt contents...)

    For later versions of Ember CLI running in admin mode as mentioned here and suggested by D-Go in his answer seems to be the way to go, assuming your company allows this.

    If like me you are using GIT Bash to run Ember you may be interested in how to set it up to automatically run in admin mode here

提交回复
热议问题