2011
Yahoo! Smush.it™
by 3 others2010
Google Code Blog: Make your websites run faster, automatically -- try mod_pagespeed for Apache
by 1 otherSo today, we’re introducing a module for the Apache HTTP Server called mod_pagespeed to perform many speed optimizations automatically. We’re starting with more than 15 on-the-fly optimizations that address various aspects of web performance, including optimizing caching, minimizing client-server round trips and minimizing payload size. We’ve seen mod_pagespeed reduce page load times by up to 50% (an average across a rough sample of sites we tried) -- in other words, essentially speeding up websites by about 2x, and sometimes even faster.
2008
Helping the YUI Compressor » Yahoo! User Interface Blog
by 3 othersImprove website load time by 500% with 3 lines of code | Aciddrop.com
by 2 others (via)- * Make fewer HTTP requests
- * Add a far-future expires header
- * Gzip your page's components
- * Minify your JavaScript, CSS and HTML