所以就在懷疑是不是因為Apache載太多模組了
查一下資料才知道原來OS X Lion會先遠端DNS Server查詢IPv6, 然後再返回本地找IPv4
所以解決方法就是把127.0.0.1的IPv6 IP加到 /etc/hosts
把以下這行加入 /etc/hosts
fe80::1%lo0 domain.local就會發現速度變超快! 原來不是Apache的問題
Reference:
http://clauswitt.com//fixing-slow-dns-queries-in-os-x-lion.html