|
|
|
|
|
by girvo
3613 days ago
|
|
The filesystem is still not as fast as I would like, but it's incredibly improved over the last couple months. One thing I found, was to be a little more cautious about what host volumes you mount into a container: for a Symfony project, mounting `src` instead of the whole folder sped up the project considerably, as Symfony's caching thrashes the file-system by default. |
|