TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Baking off JavaScript minification, gzip, and their combination

5 pointsby tbagmanabout 13 years ago

2 comments

tbagmanabout 13 years ago
Good idea; I haven't done any latency studies yet, but that's a great next step...<p>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.
creamyhorrorabout 13 years ago
Interesting. Any studies on the total loading times with/without gzip, similar to this one?: <a href="http://ejohn.org/blog/library-loading-speed/" rel="nofollow">http://ejohn.org/blog/library-loading-speed/</a>