Overview
Text Compression for Web Developers
http://www.html5rocks.com/en/tutorials/speed/txt-compression/
http://www.html5rocks.com/en/tutorials/speed/txt-compression/
Think Mobile First
788 million mobile only users by 2015.Pre-compress JS and CSS Files using Zopfli
Configure Apache to Serve Your Pre-compressed Files
Here's a snippet of Apache configuration that will serve out pre-compressed gzip files for javascript and css and set the proper Content-Type and Content-Encoding.
http://blog.codegrill.org/2009/07/how-to-pre-compress-static-files-in.html