Is there a max recommended size on bundling js/css files due to chunking or packet loss?
- by George Mauer
So we all have heard that its good to bundle your javascript. Of course it is, but it seems to me that the story is too simple.
See if my logic makes sense here.
Obviously fewer HTTP requests is fewer round trips and hence better. However - and I don't know much about bare http - aren't http responses sent in chunks? And if a file is larger than…