Slow vagrant box, how to improve this?

前端 未结 7 936
没有蜡笔的小新
没有蜡笔的小新 2021-02-06 05:21

We\'ve built a vagrant box for our development box and we are facing some latency issues.

Issues:

  • Assetic:watch is being slow
  • Ove
7条回答
  •  广开言路
    2021-02-06 05:50

    If you work with Phpstorm you can use deployement module to syncing files from base machine to virtual

    Then every change on local machine will upload file to virtual machine. This will shoot up your performance. I tried a lot of solutions, but every was not enough for me such as. move cache folder away, unshare vendor folder...

提交回复
热议问题