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

refactor(dev-env): use named volumes for WordPress instead of bind mounts #2166

Draft
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Conversation

sjinks
Copy link
Member

@sjinks sjinks commented Dec 17, 2024

Description

This PR tries to improve the performance of dev environments in Windows by using named volumes instead of bind mounts.

Bind mounts are inherently slow in Windows because of the inefficient 9P protocol, high I/O latency, and virtualization overhead. By putting WordPress into a named volume, we can significantly improve performance.

Pull request checklist

New release checklist

Steps to Test

TBD.

Copy link
Contributor

github-actions bot commented Dec 17, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Files

@sjinks sjinks self-assigned this Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant