Docela dlouho jsem se trapil s pomalym resolv na debianu, nameserver v resolv.conf funkcni, vse vypadalo spravne nastavene. Pred casem jsem narazil na
http://aarvik.dk/disable-ipv6/ , pridat "options single-request-reopen".
----
This fixes the problem because ipv4 (A) and ipv6 (AAAA) uses the same socket and port for resolving the DNS, and then it may only send back one response, and then cURL or wget, or whatever you use, will wait (probably timeout in first lookup) for the second answer from the DNS resolving. This option makes your machine reopen a new socket if there is a conflict.
----
Od te chvile super, mam to v .profile. Kdyz to vypadne, hned je to znat v chrome, zacne se casteji zasekavat na resolving (cca 2-5s).
Krom toho, ze by to mohlo nekomu pomoct me zajima proc se toto deje na defaultni (nijak expertni) instalaci debianu.