I am using Vagrant on my Ubuntu machine, which I provision using Ansible, to work on my Symfony 2 project.
I've tried to find the best setup for sharing my code between the host and client machine, but I keep having encountering troubles:
I have solved the first with placing the cache and logs folder on /tmp/cache(logs) since this is just my development environment.
This leaves me with the question on how to properly set up the file sharing between host and client machine where you do not experience these extreme loading times.
Edit: I am using NFS to share the folder and it's contents
Have you tried NFS shares? This usually increases performance dramatically.