i tried from my linux box wget example.com it take much time to download wget www.example.com download faster same issue in curl and in the PHP including any idea how to solve i want the same without www.
jeffatrackaid
2:27 am on Mar 10, 2009 (gmt 0)
Could be a DNS issue or the www.example.com and the example.com do not resolve to the same IP.
Try doing a dig or nslookup on the two. If they are both going to the same IP, there should be no difference in the speed unless there is some server side bandwidth throttling that impacts one domain and not the other.
eeek
4:25 am on Mar 24, 2009 (gmt 0)
Try doing an strace on the wget. That'll show you want system calls are taking the time.