if switched from Vagrant (Ubuntu 14.04) to local install Stuff and now my Application is very slow in Dev mode (Vagrant Dev mode Total time: round about 3.000 ms, now i got 17.000ms)
I've install the same PHP and Apache Version
php --version
PHP 5.6.20 (cli) (built: Mar 31 2016 17:14:52)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
with Xdebug v2.4.0, Copyright (c) 2002-2016, by Derick Rethans
apachectl -v
Server version: Apache/2.4.18 (Unix)
Server built: Feb 20 2016 20:03:19
I using mod_fastcgi and configure it like this:
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000/Users/me/work/symfony2/web/$1
I've try to disable XDebug, but the speed won't got up.
On the Mac is running El Capitan Version 10.11.4 and I install all packages with brew.