Magento 1.8 is painfully slow on my wamp localhost.
I have increased the memory in php.ini
, following this answer,
max_execution_time = 1800
memory_limit = 512M
But it is still very very slow.
Anything else can I do?
Magento 1.8 is painfully slow on my wamp localhost.
I have increased the memory in php.ini
, following this answer,
max_execution_time = 1800
memory_limit = 512M
But it is still very very slow.
Anything else can I do?
I have found the same basic behavior. Have you looked into installing APC plugin into php? Magento benefits greatly from having an opcode cache available.
I will suggest you to use xampp server it's faster than wamp server.
A bit late answering, but might help someone...
I had the same problem with WampServer 10-15 second page load times. I eventually found this post in the wampserver forum http://forum.wampserver.com/read.php?2,119754
It takes you through setting up wampserver after installation httd.conf, php.ini & my.ini with options for other variables eg IPv4 or IPv6
It worked for me, page load times dropped to 1 - 2 seconds.