Apache 2.2 / Win7 - slow or not responsive
- by joey
My configuration - Windows 7 x64, Php 5.3, Apache 2.2.15, latest Mysql.
When loading pages from localhost, the response time shown by firebug is more 530ms for the main 'index.php' file, sometimes the connection is reset. It's painfully slow.
I googled the problem and found a workaround - switch off and on again a win service called BFE - base filtering engine. Then everything works like a lightning
but xdebug doesn't work in netbeans.
Why is this response time so long? Can you think of any other solution than BFE toggling?
joey33