http - Does SPDY/HTTP2 concatenates responses? -


i have question spdy/http2: concatenate multiple css , js files 1 file save requests , better performance. heard spdy/http2 combines multiple requests single response. mean don't need pre-concatenate css , js files anymore, because handled protocol?

to in other words: can use <script source="modulea.js"></script> , <script source="moduleb.js"></script> spdy/http2 in same way use <script source="allscripts.js"></script> http1? same response performance point of view, benefit of caching each file on own, can change moduleb.js , keep modulea.js cached?

http/2.0 not (afaik) exist yet - it's still proposed standard. seems use similar connection handling spdy.

spdy doesn't concatenate them multiplexes requests across same connection - network's point of view effect same.

yes, don't need merge content files hand, yes cached independently.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -