My sites are so slow running on my local machine, with MAMP on Mac.
Any ideas of how to determine where the slow down is?
It’s slower than making changes on my host!
Paul
My sites are so slow running on my local machine, with MAMP on Mac.
Any ideas of how to determine where the slow down is?
It’s slower than making changes on my host!
Paul
Go to wp-config.php, find the line below:
define('DB_HOST', 'localhost:8889');
And change it to:
define('DB_HOST', '127.0.0.1:8889');
Works like a charm!