> I'm thinking it may possibly respond immediately with cached results.
Just because nobody explicitly said it - a 301 redirect is actually cacheable per §10.3.2 of RFC 2616. But google doesn't set a long cache duration - another one of your responders posted the response headers, it was 86400s which is 1 day.
Comments
Is it possible using goo.gl might get you something like a poor mans CDN? I'm thinking it may possibly respond immediately with cached results.
No, it responds with a redirect:
Edit: I suppose the headers are more important:No. Regardless, a second DNS query will have to be performed by the client when Google responds with the permanent redirect.
> I'm thinking it may possibly respond immediately with cached results.
Just because nobody explicitly said it - a 301 redirect is actually cacheable per §10.3.2 of RFC 2616. But google doesn't set a long cache duration - another one of your responders posted the response headers, it was 86400s which is 1 day.