Jeffrey Bertoen

Results 8 comments of Jeffrey Bertoen

I do think this is somewhat of a performance issue. Some people have all their projects located within a subdirectory of the home folder. Also every download, document, or whatever,...

the .lando directory is already a separate folder through a variable. Why not do this for your ssh keys.

I haven't used lando in while because of performance issues. So I don't know if this is still the case. But I will share my findings from back then. Lando...

What about using named volumes for the vendor and node_modules dir? This way we can share those volumes between containers without the unnecessary overhead on syncing it and duplicating the...

What about copying the contents of vendor dirs to a volume (on start). And on post-composer, post-npm, post-yarn event sync back to osx? I personally do not use composer, npm...

Or what about reversing the way we look at volume mapping. Instead of mounting everything in sync. What about copying the whole /app folder by default in a single named...

Or might be even faster to just map/bind the composer.json and composer.lock file. Run a composer install locally to make the vendor dir on your host the same as on...

Don't know what you are talking about @dmsmidt? Do we know each other 😜 I do agree with the double composer install overhead, was more meant to be as open...