Live data from Hacker News

Baking off JavaScript minification, gzip, and their combination

gribble.org

1–3 of 3 posts

Re: Baking off JavaScript minification, gzip, and their combination

#3
Good idea; I haven't done any latency studies yet, but that's a great next step...

The really interesting part would be to compute latencies with minification/gzip/both either on-the-fly (e.g., mod_pagespeed) or done in advance, and to figure out what the smallest network latency is for which the on-the-fly minification is still a net win.