Why the ember-cli is so slow

后端 未结 3 1085
别那么骄傲
别那么骄傲 2021-02-08 17:55

I migrated my grunt project to ember-cli, I found the time from file modification to liveload completion was so long, about 10 minutes.

After I installed ember-cli-wind

3条回答
  •  甜味超标
    2021-02-08 18:17

    The best solution for fixing performance issues in windows is running a Ubuntu (or whatever linux you want) in a virtual machine, and running ember serve inside it, using NFS to share folders with host.

    I had the exact same problem and I'm getting now sub-second building times. Tried all the solutions found here and in the internet, but without luck. I got 10x performance when I migrated to a Ubuntu VM.

提交回复
热议问题