Slow vagrant box, how to improve this?

前端 未结 7 1040
没有蜡笔的小新
没有蜡笔的小新 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 06:07

    Late to the game. For newcomers there are 2 plugins which will increase the speed of the vagrant box right of the bat.

    vagrant-cachier

    Installation Make sure you have Vagrant 1.4+ and run: vagrant plugin install vagrant-cachier

    Vagrant-faster

    vagrant plugin install vagrant-faster
    

    I'm also using MySQL-tuner-perl which is quite good for MySQL fine tuning.

    I hope it helps

提交回复
热议问题