-
-
Notifications
You must be signed in to change notification settings - Fork 847
Windows performance hint #270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added lines about improving performance on Windows by using Docker volumes for vendor and var
Added mention of Windows for the performance increase and added the vendor directory to the bind-mount exclusion
Salut Kévin, you're right, using the same syntax works indeed. |
Thanks! And yes excluding the vendors improves performance on Mac too, but the drawback is that it's harder to hack a dependency (when working with a private Packagist instance hosting company packages or when hacking an open source library). |
* Typo fix * Remove iconv workaround * Replace unsupported wip tld by localhost (dunglas#254) * ICU 71.1 support * feat: remove deprecated flags * feat: improve PHP config (dunglas#266) * feat: improve PHP config Tweak PHP config according to Blackfire's recommendation. * Update docker/php/conf.d/symfony.prod.ini Co-authored-by: Jacob Dreesen <[email protected]> * fix * fix Co-authored-by: Jacob Dreesen <[email protected]> * feat: Promote Compose v2 * Windows performance hint (dunglas#270) * docs: trust certificate on Windows (dunglas#272) Added information about how to add the caddy cert to the trusted certificates on Windows as this info was only provided for Linux & Mac. * feat: add native Xdebug support (dunglas#271) * feat: add native Xdebug support * cleanup * fix review * fix review * Improve docs * some more improvements * remove useless env var * Update README.md * Update README.md * refactor: improve image, uniformize with API Platform (dunglas#275) * refactor: improve image, uniformize with API Platform * feat: remove the SKELETON arg * chore: minor improvements and sync with API Platform (dunglas#277) * chore: compatibility with the new ORM recipe (dunglas#278) * chore: add a default value for XDEBUG_MODE * fix: stop use obsolete experimental_http3 option * Feat/supercharged symfony docker (#1) * 📦 NEW: Makefile + modified ci / dockerfile /README * 🐛 FIX: added a way to restore permission for the files * 🐛 FIX: Removed --no-deps option for php command in Docker through Makefile * 👌 IMPROVE: Added user permissions to manage file permissions * 🐛 FIX: remove an instruction in Dockerfile * 🐛 FIX: fixing permissions on small part of the Dockerfile Co-authored-by: Dezső BICZÓ <[email protected]> Co-authored-by: Douglas Silva <[email protected]> Co-authored-by: Steven DUBOIS <[email protected]> Co-authored-by: Jérôme Zecca <[email protected]> Co-authored-by: Stéphane P <[email protected]> Co-authored-by: Kévin Dunglas <[email protected]> Co-authored-by: Jacob Dreesen <[email protected]> Co-authored-by: Maxime Hélias <[email protected]> Co-authored-by: Robin Brisa <[email protected]> Co-authored-by: Borislav Kosun <[email protected]>
Added commented lines in docker-compose.override.yml about improving performance on Windows by using Docker volumes for the vendor and var directories.
Information found in issue #242.