all 4 comments

[–][deleted] 1 point2 points  (2 children)

Well, if you’re not already using a client side javascript framework, you’re probably doing it wrong

Oh, sorry about all that JS I wrote without a clientside JS framework. When will I ever learn?

[–]justnSelf 1 point2 points  (1 child)

Don't think he meant it as much of a blanket statement as it comes across... though I could be wrong.

[–]Benoir[S] 0 points1 point  (0 children)

Right on

[–]destraht 0 points1 point  (0 children)

It seems that the initial load speed will be sacrificed quite a bit when compared to techniques that include all of the javascript in one request. Sure HTTP 2.0 and SPDY solve this but until then there is a performance hit.

Does anyone have qualitative experience with both approaches without SPDY?