source: https://stackoverflow.com/questions/10750964/wamp-is-running-very-slow
Use the following guidelines to make local WordPress faster.
1 | Replace DB connection in www\wp-config.php
with
|
2 | The solution that worked for me was to disable the cgi_module. Use one of these methods:
(Method 1) Left click on WAMP > Apache > Apache Modules > uncheck «cgi_module» (Method 2) Edit httpd.conf and disable the loading of the CGI module by commenting this line:
Commenting would be just adding a # in front, like this:
Restart the Apache service and you should be good to go.
|
3 | disabled XDebug in php.ini |
4 | localhost name resolution is handled within DNS itself.
|
5 | I’m running Windows 8, WAMP was very slow. I did all suggested before. With a difference, WAMP had httpd.conf by default:
So I did the contrary thinking maybe this is not needed anymore. It seems to work fine:
|
6 | use IPv4 in MySql XAMPP>MySQL>Config> my.ini
row 43 bind-address="127.0.0.1" #bind-address = ::1 # for ipv6 |
source: https://stackoverflow.com/questions/10750964/wamp-is-running-very-slow
Напишите нам, скорее всего мы придумаем для Вас решение или совет. Если есть идея - тем более! Сотрудничество мы тоже приветствуем.
"Лучше попробовать и пожалеть, чем жалеть, что никогда не пробовал".
POWERED BY
Навигация