We\'ve built a vagrant box for our development box and we are facing some latency issues.
Issues:
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