Slow vagrant box, how to improve this?

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

    For any googlers out there:

    In the file .env

    CACHE_DRIVER=memcached
    

    (Instead of CACHE_DRIVER=array)

    Very slow laravel homestead/vagrant/virtualbox on Mac OSX

提交回复
热议问题