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

1
1

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!

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *