Hi, i have installed a local Drupal on my Wamp server. The server is awfully slow to the point that i'm thinking of switching to xamp.
i have changed these 2 settings in my 2 php.ini files :
- memory_limit = increased from 128M to 512M - max_execution_time = increased from 30 to 60 seconds
it does not hang so much as a lot of pages pages take between 30 and 60 seconds to load, but that is an awfully long time. And sometimes it does reach the 60 sec limit
does anyone know if that's a problem with the wamp server trying to access the local database in a non local way ?