views:

24

answers:

1

So currently IE7 can only handle 2 simultaneous images from a single domain, hence domain sharding. What does the future hold for domain sharding, will new browsers that can handle more connection render it unneccessary?

+1  A: 

One other advantage of this "domain-sharding" has to do with avoiding to send cookie information for requests to static content.

Daniel Vassallo
sounds interesting! got any links or terms i should google to read more?
Haroldo
Yep, check this out: http://developer.yahoo.com/performance/rules.html#cookie_free, and this: http://blog.stackoverflow.com/2009/08/a-few-speed-improvements/
Daniel Vassallo
They're typically called "cookie-less domains" or "cookie-free domains" if you want to do some further research :)
Daniel Vassallo