Vagrant speed up for windows

问题:web项目页面打开奇慢(从机械硬盘换到ssd,好一点但还是一坨屎)。

原因:In some cases the default shared folder implementations (such as VirtualBox shared folders) have high performance penalties.

步骤:

1、先排除web相关的影响。如php.ini的xdebug是否有开启,nginx配置中sendfile是否为off。

Make sure you edit /etc/nginx/nginx.conf and set "sendfile" to off if using NFS or you will run into weird caching issues.

2、更改Vagrantfile配置。

config.vm.synced_folder ".", "/vagrant", type: "nfs"

3、安装 vagrant-winnfsd扩展。

vagrant plugin install vagrant-winnfsd

ps:第一次安装失败例如看到


再来一次,也许会有彩蛋 - - (佩服外国友人的描述 @gregfenton:Maybe a hiccup in the HTTP server or your network?)



4、vagrant reload


看到类似上图的,ok了,再刷新下页面感受一下吧~~



参考:

http://docs.vagrantup.com/v2/synced-folders/nfs.html

https://laracasts.com/discuss/channels/general-discussion/for-those-who-find-homesteadvagrantvirtualbox-slow-on-windows?page=0

  • 2
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 2
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值