| Submitted On |
August 08, 2006 |
| Updated on |
July 25, 2007 |
| .NET Framework |
1.x, 2.0 |
| Cost |
$ 0 |
Description
Dynamic asp.net page ouput caching and http compression to memory and/or disk for super fast page loads.
Syntax Example
Simple config file:
<snapsis>
<pageBlaster
page-param="tabid"
cache-folder="/portals/_default/Cache"
memory-cache-interval="00:04:00:00"
memory-size-limit="25"
disk-cache-interval="01:00:00:00"
disk-size-limit="100"
compression-algorithm="gzip"
compression-level="high">
<excludePaths>
<path pattern="\?(?!tabid)" excludeFrom="All" />
</excludePaths>
</pageBlaster>
</snapsis>
Reviews
Submit a review