Hi,
Purpose: I want to make my site load faster
Different Options
- Host images under the same domain - So no additional three way TCP handshake required.
- Different subdomain for images - Browser pipelining can be utilized.
- Different domain altogether - Browser pipelining can be utilize and also can avoid the site wide cookies with every request.
What is your opinion about this?
Thanks,
AjiNIMC
[edited by: AjiNIMC at 5:47 pm (utc) on May 17, 2007]