This forum is no longer active. Please post your questions to our new community site
[solved] Slow Bitnami-Drupal on localhost
|
|
Sites running slow on local development machines seems to be a common theme at the moment and for a moment my heart sank as it cropped up in the Bitnami Stack that has otherwise solved many problems for me… Then I realised that my site probably has lots of file operations and increased the size of the variable realpath_cache_size in php.ini Now its zipping along again. To find the php.ini file that was being used I cheated and dropped a phpinfo file into the directory with the Drupal index file in it apps/drupal/htdocs |
|
|
Thanks for posting it! |
|
|
Hi, I am having the same problem but I am a newbie and do not understand how to apply the above fix. Would it be possible to elaborate or maybe post a step by step solution? thanks |
|
|
Hi, The problem that the previous user reported was resolved increasing the value of the “realpath_cache_size” in the php.ini file. You can find more info about PHP configuration at http://wiki.bitnami.com/Components/PHP |
|
|
Thanks, but doing this did not solve my problem. I eventually gave up and tried to install drupal on wamp but similar speed problems occured. On wamp it resulted in a timeout during the install process. Seems that this is a common problem and nobody has been able to solve it on either platform. I am running windows 7 32 bit and have tried using Firefox and Chrome (one user suggested this on the wamp forum). I have installed Wordpress on Bitnami and wamp with no problems (I dont have Bitnami and wamp installed on the same machine) Any ideas? |
|
|
This could be a timing issue. Try the following: Change the follwing line in your_installation_directory\php\php.ini From: To: |

