jeudi 25 mai 2017

Slow http response from homestead on windows 10

I'm trying to configure a first laravel project on Windows 10. I'm using cygwin, homestead via vagrant and virtual box.

My http response of the default home page is very slow (always 120XXXms). However my ssh is working fine through vagrant ssh and nfs file sync works almost instantly ( I followed this guide http://ift.tt/2qZIG1l).

My nginx error logs are empty and vm has enough ressources as it only uses 3 max cpu and memory usage. I have shut down my windows firewall with no luck.

I have never encountered such an issue. Do you have any idea about what's not working properly?

Homestead.yaml
---
ip: "192.168.10.10"
memory: 2048
cpus: 2
hostname: vm
name: vm
provider: virtualbox

authorize: ~/.ssh/id_rsa.pub

keys:
    - ~/.ssh/id_rsa

folders:
    - map: c:\programming\laravel\sites
      to: /home/vagrant/Sites

sites:
    - map: spellbook.app
      to: /home/vagrant/Sites/spellbook/public

databases:
    - homestead



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2qnsWTZ
via IFTTT

Aucun commentaire:

Enregistrer un commentaire