DreamThrall
Newbie
- Joined
- Oct 14, 2003
- Messages
- 3,483
- Reaction score
- 0
Check out my newest open-source project, ContentGator.
EDIT: Please digg http://digg.com/programming/ContentGator_Runtime_content_aggregation
ContentGator allows web developers to automatically serve aggregated content (css, js, etc) from their web pages. By simply listing relative paths, files are grouped by content type and aggregated into a single file, which is automatically served in GZip or Deflate compression.
- Decrease client load times by limiting the number of distinct HTTP requests
- GZip/Deflate compression decreases load times and bandwidth consumption
- Allows better organization of your project, since parts can be more liberally separated into separate files
- Aggregates multiple content files into a single file
- Supports adding files from both master pages and child pages
- Both WebForms and MVC Beta (Preview 5) are supported
- Supports GZip and Deflate compression
- Implements HTTP 304 Not Modified
EDIT: Please digg http://digg.com/programming/ContentGator_Runtime_content_aggregation