I'm testing the loading speeds of my website.

I've just done a test using Pingdom but it returns some strange (at least to me) results:

By the looks of it getting the DNS info takes the most time.

Is this normal? Is there something I can do to speed this up?

link|improve this question

feedback

migrated from stackoverflow.com Dec 12 '11 at 1:19

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 1 down vote accepted

Depending on the network conditions (and the state of your LDNS resolver cache), its quite normal. You can try increasing the DNS TTL to around a day so that the record gets cached at LDNS resolvers. Right now its 1 hour for your FQDN.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.