maxim / html_press
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.document | Tue Oct 20 02:20:04 -0700 2009 | |
| |
.gitignore | Tue Oct 20 02:20:04 -0700 2009 | |
| |
LICENSE | Tue Oct 20 02:20:04 -0700 2009 | |
| |
README.rdoc | Tue Oct 20 14:47:05 -0700 2009 | |
| |
Rakefile | Tue Oct 20 12:29:30 -0700 2009 | |
| |
VERSION | Tue Oct 20 12:19:45 -0700 2009 | |
| |
bin/ | Tue Oct 20 12:18:43 -0700 2009 | |
| |
html_press.gemspec | Tue Oct 20 14:47:05 -0700 2009 | |
| |
init.rb | Tue Oct 20 12:18:43 -0700 2009 | |
| |
lib/ | Tue Oct 20 15:11:51 -0700 2009 | |
| |
tasks/ | Tue Oct 20 13:07:56 -0700 2009 | |
| |
test/ | Tue Oct 20 12:18:43 -0700 2009 |
README.rdoc
Rack::HTMLPress
This middleware aims to compress the crap out of your HTML on-the-fly. It squeezes out every last kilobyte of traffic for your users. In some cases it can save ~50kb per request which may amount to 5 seconds of wait for a dial up user somewhere in the world. To prevent re-compressing on every request it uses checksum-based caching mechnism easily swappable for any key-value store. Among unique awesome features HTMLPress is smart enough to ignore rails authenticity tokens when it caches HTML. This avoids constant re-compressing on form pages.
