Magento2: Speeding up local domain resolution
On MacOS there are 2 things you can do to your /etc/hosts file
- 1. Put all your local domains on one line
- 2. Specifying the same host for IPv6::1.
127.0.0.1 localhost magento.local ::1 localhost magento.local
Gareth