Y
Hacker News
new
|
ask
|
show
|
jobs
by
eyelidlessness
3337 days ago
A browser can't retroactively reduce download time after a large file has been downloaded.
3 comments
avaer
3337 days ago
Notably, modern JS engines _do_ pull the same tricks that GCC does, which is why they're fast.
But that's indeed a solution to a different problem, on a different computer.
link
idbehold
3337 days ago
Not with that attitude.
link
toomuchtodo
3337 days ago
Have the CDN do it before delivery.
link
nathancahill
3337 days ago
I could definitely see Cloudflare adding this as one of their addons. They already do some JS processing.
link
But that's indeed a solution to a different problem, on a different computer.