Skip to content
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

Fixed a minor spelling with sentence. #204

Open
wants to merge 1 commit into
base: 2.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/performance-issue-on-windows-hosts.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Existing problem for Windows users
----------------------------------

Developers, who use Magento installed on Vagrant for daily development in Windows environment, complaint about Magento performance issues.
The main reason for performance degradation is that default synchronization (Virtual box shared folders) is used for project files synchronization on host and on guest OSs. **PHP requests all source files from the host,** also lost of files are created by the Magento instance on the fly in non-production mode, which are immediately synchronized with the host.
The main reason for performance degradation is that default synchronization (Virtual box shared folders) is used for project files synchronization on host and on guest OSs. **PHP requests all source files from the host,** as well a lot of files are created by the Magento instance on the fly in non-production mode, which are immediately synchronized with the host.
There are several other types of files synchronization available, but all of them have issues, which spoil developer experience:

- SMB - on some machines does not work (various errors, unstable
Expand Down