Nick F
Nick F
Hmm, that's strange @jackbeckwith. Firstly, what OS (platform / version) are you on? And secondly, what happens if, instead of using `gulp watch`, you just run `gulp` (which should compile...
Hmm, the next thing I would try is to make sure you're on the latest stable version of both Vagrant and VirtualBox. In the past we've had some issues that...
Interesting - I'm not sure why your browser would be using a cached version (out of interest, which browser / version are you using? Let me know and I'll see...
Ah, ok. I'm wondering if you're directly editing the CSS files that are in the `app/public` directory? That would probably cause the issue you're seeing, since there would be no...
Yep, it would be great to speed it up. I think there are a few things we might do. From what I've gathered, a major source of slowness for Vagrant...
Also, in the short term, might be worth setting `type: "nfs"` on the shared folder. This should be more efficient on OSX / Linux, and though it won't have any...
@balazscsaba2006 Thanks for that - looks interesting! Have you tried it with Vagrant on Windows at all? If so, did you find it makes a noticeable difference to performance?
Ah, that sounds really promising! I'll definitely give this a try when I have a moment. Thanks again for the suggestion.
Another possible performance improvement (jotting here while it's fresh in my mind) - Twig has a PHP extension that improves performance of compiling Twig templates. Adding that to the Vagrant...
Ah, interesting - thanks again @balazscsaba2006. Good to know it makes a noticeable difference! Now I just need to find some time to get it set up...