Forums
Home / Forums
Quote from wailer on January 20, 2020, 11:57 pmI noticed DNS resolution is really slow, adding this option to /etc/resolv.conf , solves the issue.
options single-request
A simple example:
time curl www.google.es
With option single-request
real 0m0.157s
user 0m0.000s
sys 0m0.008s
Wihout option single-request
real 0m5.620s
user 0m0.008s
sys 0m0.000sRegards,
I noticed DNS resolution is really slow, adding this option to /etc/resolv.conf , solves the issue.
options single-request
A simple example:
time curl http://www.google.es
With option single-request
real 0m0.157s
user 0m0.000s
sys 0m0.008s
Wihout option single-request
real 0m5.620s
user 0m0.008s
sys 0m0.000s
Regards,
Quote from admin on January 21, 2020, 3:08 pmthanks of this 🙂
thanks of this 🙂