I need help with Acquia Dev desktop 2. The Drupal multisite on my localhost is extremely slow and I have searched all over the internet for help on this.
I also tried running FastCGI which is the default by it keeps crashing each time i click on a link.
It's running Apache 2, PHP 5.6.
Please see screenshot for the version:
Any help to improve the speed will be greatly appreciated.
I switch from FastCgi, though it is set as default.
Looks like you are on a Windows machine.
Locate the httpd.conf in C:\Program Files (x86)\DevDesktop\apache\conf\httpd.conf
Add the following lines.
Save and restart on App.
Turning off EnableMMAP, EnableSendfile helped me.
Hope this helps