Precompress html in a Rails app

Hi,

I was interested in learning about options for precompressing html files in a Rails app (nginx, AWS). We already have gzip enabled on the way out, but wanted to do some benchmarking to do see if there are any saving by precompressing html. Any recommendations on resources or techniques are appreciated.