Jump to content

Recommended Posts

Posted

Template development is very slow under macOS, MAMP Pro. Every click in the backend takes a lot of time. Is it normal?

  • kaz changed the title to Slow development
  • 2 weeks later...
  • 1 month later...
Posted

A bit late to the party. It happened to me years ago and I can remember it was an issue with DNS. You don't give lot of details, but you can try the following: adding your hostname in the hosts system file

Open a terminal, and:

  1. get your hostname > type `hostname` and take a note of the result
  2. add it to your hosts file > type `sudo nano /etc/hosts` and add the following
127.0.0.1 localhost YourHostname.local
::1       localhost YourHostname.local

   3. Clear the DNS cache > type `sudo killall -HUP mDNSResponder;say DNS cache flushed`

Now, test your backend.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...