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

Xdebug - This has a major impact on runtime performance #49

Open
comunidademagento opened this issue Nov 24, 2015 · 2 comments
Open

Xdebug - This has a major impact on runtime performance #49

comunidademagento opened this issue Nov 24, 2015 · 2 comments

Comments

@comunidademagento
Copy link

Hello,

First, congratulations for this box vagrant.

See images.

The process to try install or uninstall is very slow.

Presented this message ...

You are running composer with xdebug enabled. This has a major impact on runtime performance. See https://getcomposer.org/xdebug

https://getcomposer.org/doc/articles/troubleshooting.md#xdebug-impact-on-composer

We did not find any reference "xdebug" in file /etc/php5/cli/php.ini to disable

captura de tela de 2015-11-24 14-43-27

captura de tela de 2015-11-24 14-47-13

@bencorlett
Copy link

Being a development box, this is probably something that you could wear?

@rgranadino
Copy link
Owner

We do have the following in the mage.pp manifest:

file { '/etc/php5/cli/conf.d/21-xdebug.ini':
  source  => '/vagrant/files/xdebug.ini',
  require => Package['php5-cli', 'php5-xdebug']
}

Removing that and having it unlinking the 20-xdebug.ini in /etc/php5/cli/conf.d that would remove xdebug from CLI but as @bencorlett mentioned since it's a dev box it might be better to err on the side of having it vs not...Decisions.

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

3 participants