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

DDEV refreshes most contents of project .ddev directory on every command #6190

Closed
rfay opened this issue May 15, 2024 · 0 comments
Closed

DDEV refreshes most contents of project .ddev directory on every command #6190

rfay opened this issue May 15, 2024 · 0 comments
Milestone

Comments

@rfay
Copy link
Member

rfay commented May 15, 2024

Expected Behavior

Most DDEV commands shouldn't fiddle with the .ddev directory

Actual Behavior

Every time ddev describe or ddev list or even ddev version runs, it forces a mutagen re-scan of everything and refreshes enormous parts of the .ddev directory.

This matters mostly when people are using the PhpStorm plugin, which checks status every few seconds. So every time it does a ddev describe -j (I think) mutagen gets kicked off, does a full reconciliation, and has to re-copy every generated thing in the .ddev directory.

Steps To Reproduce

  1. Enable mutagen
  2. ddev mutagen logs (you may have to do this a couple times before it works
  3. ddev version
  4. See the files get re-scanned and recreated.

Alternately just watch ddev mutagen logs when Phpstorm with the plugin is running.

Anything else?

I really don't think we should have to update all those things on every command? Maybe just on start?

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

No branches or pull requests

1 participant