tgvashworth / pldn.io

All your front–end dependencies via one script tag. Minified, concatenated and cached.

Home Page:http://js.pldn.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

One big HTTP request isn't great on mobile

tgvashworth opened this issue · comments

As @PaulKinlan pointed out, one big HTTP request isn't great on mobile. There's no way for the server to break this up – although I guess we could recommend that multiple script tags could be used?

There might actually be a good optimisation here, if we could figure out the optimum ratio between HTTP/requests and file size.

@keithamus Thanks for the link.

This is just a sacrifice we're going to have to make – I spoke to @triblondon and he agrees: it's not that bad.