dsman Posted July 8, 2016 Share Posted July 8, 2016 I saw one wordpress plugin doing this. To make the page load quicker. Since browser doesn't send parallel media request for images to single server/domain, app owners can bind multiple subdomain to same website in web server. And the application can request images from those multiple subdomains (but the same uri path ) to force browser to make parallel requests for images. This will make significant difference I think. And so if babylon can do this natively, then it would be great I think. Just a suggestion. Quote Link to comment Share on other sites More sharing options...
mattstyles Posted July 8, 2016 Share Posted July 8, 2016 Browsers do make parallel requests for assets, any assets, as many as they allow, usually around 8 (I think Opera lets you set what you want, not sure). And isn't domain sharding superseded by SPDY/HTTP 2.0 anyway? HTTP2 is already supported by all modern browsers. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.