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

esmero-php: Make Xdebug faster #6

Open
marlo-longley opened this issue Feb 7, 2020 · 0 comments
Open

esmero-php: Make Xdebug faster #6

marlo-longley opened this issue Feb 7, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@marlo-longley
Copy link
Contributor

What is happening?

Currently to avoid further setup by users, we have our Dockerfile.dev ship with the xdebug setting, autostart=1.
Unfortunately with this on every request, it's almost unworkably slow.
So we are trading in slightly more user setup for speed of development.
We need to turn autostart=0 and add a tiny bit more setup on the archipelago-deployment side.

See related branch in archipelago-deployment (will update this comment once we have a PR ready from this branch https://github.com/esmero/archipelago-deployment/tree/ISSUE-20)

@DiegoPino

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant