Hacker News new | ask | show | jobs
by ljharb 4519 days ago
"The solution to worrying about JS lib/framework size: include one less .jpg on your site." - https://twitter.com/paul_irish/status/227203681462927361

also, https://twitter.com/trek/status/227082154109186049 and http://fourkitchens.com/blog/2013/04/24/one-less-jpg/

1 comments

Doesn't that ignore the increased parsing time of the larger JavaScript library compared to image rendering and the fact that loading & parsing JavaScript blocks page rendering? Seems like the arguments linked only focus on the network.